-
Notifications
You must be signed in to change notification settings - Fork 533
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 997 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 997 Bytes
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
{
"devDependencies": {
"@eslint/js": "^10.0.1",
"@typescript-eslint/parser": "^8.58.1",
"@vue/compiler-dom": "3.5.32",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/server-renderer": "3.5.32",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.2.0",
"eslint-plugin-vue": "^10.8.0",
"jsdom": "^29.0.2",
"postcss-html": "^1.8.1",
"sass-embedded": "^1.99.0",
"stylelint": "^17.6.0",
"stylelint-config-standard": "^40.0.0",
"typescript-eslint": "8.58.1",
"vitest": "^4.1.3",
"vitest-fail-on-console": "^0.10.1",
"vue": "3.5.32",
"vue-tsc": "^3.2.6",
"vue3-gettext": "4.0.0-beta.1"
},
"pnpm": {
"overrides": {
"@yaireo/tagify": "4.22.0",
"vite-plugin-inspect": "^12.0.0-beta.1",
"typescript-eslint": "8.58.1",
"glob": "^11.1.0",
"js-yaml": "^4.1.0"
}
},
"// pnpm overrides": {
"glob": "CMK-28102",
"js-yaml": "CMK-28103"
}
}