-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "e621ng",
"private": true,
"packageManager": "npm@10.8.2",
"engines": {
"node": ">=20.19.2",
"npm": ">=10.8.2"
},
"version": "0.1.0",
"dependencies": {
"@openpanel/web": "1.4.1",
"@rails/ujs": "7.1.600",
"chart.js": "4.5.1",
"jquery": "3.7.1",
"sass": "1.102.0",
"vue": "3.5.35",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@rollup/plugin-inject": "5.0.5",
"@stylistic/eslint-plugin": "5.10.0",
"@types/jquery": "4.0.0",
"@vitejs/plugin-vue": "6.0.7",
"@vitest/coverage-v8": "4.1.11",
"@vue/test-utils": "^2.5.0",
"eslint": "10.8.0",
"globals": "17.6.0",
"jsdom": "27.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.60.0",
"vite": "8.0.16",
"vite-plugin-ruby": "5.2.2",
"vitest": "4.1.11",
"vue-tsc": "^3.3.11"
},
"scripts": {
"lint": "eslint './app/javascript/**/*.{js,ts}' --no-fix --max-warnings 0",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "vue-tsc --noEmit -p tsconfig.typecheck.json"
}
}