forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 884 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 884 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
{
"devDependencies": {
"@eslint/js": "^9.39.1",
"@typescript-eslint/parser": "^8.46.3",
"@vue/compiler-dom": "^3.5.25",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/server-renderer": "^3.5.25",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.5.1",
"jsdom": "^27.1.0",
"postcss-html": "^1.8.0",
"sass-embedded": "^1.86.3",
"stylelint": "^16.25.0",
"stylelint-config-standard": "^39.0.1",
"typescript-eslint": "^8.46.3",
"vitest": "^3.2.4",
"vitest-fail-on-console": "^0.7.1",
"vue": "^3.5.25",
"vue-tsc": "^3.1.8",
"vue3-gettext": "4.0.0-alpha.8"
},
"pnpm": {
"overrides": {
"glob": "^11.1.0",
"js-yaml": "^4.1.0"
}
},
"// pnpm overrides": {
"glob": "CMK-28102",
"js-yaml": "CMK-28103"
}
}