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
24 lines (24 loc) · 710 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 710 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
{
"devDependencies": {
"@eslint/js": "^9.39.1",
"@typescript-eslint/parser": "^8.46.3",
"@vue/compiler-dom": "^3.5.24",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/server-renderer": "^3.5.24",
"@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.24",
"vue-tsc": "^2.2.12",
"vue3-gettext": "4.0.0-alpha.8"
}
}