-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
61 lines (61 loc) · 1.6 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"author": "MSB NRW",
"name": "svws-monorepo",
"description": "SVWS-Server-Projekt: Monorepo-Workspace",
"version": "1.0.2-SNAPSHOT",
"license": "BSD-3-Clause",
"type": "module",
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@headlessui/vue": "^1.7.7",
"@vueuse/core": "^11.0.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@histoire/plugin-vue": "^0.17.6",
"@stylistic/eslint-plugin": "^2.2.1",
"@tailwindcss/typography": "^0.5.9",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.30",
"@typescript-eslint/parser": "^8.0.0-alpha.30",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^2.0.4",
"@vue/tsconfig": "^0.6.0",
"autoprefixer": "^10.4.13",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^9.1.1",
"histoire": "^0.17.6",
"license-checker-rseidelsohn": "^4.0.0",
"postcss": "^8.4.16",
"remixicon": "^4.2.0",
"tailwindcss": "^3.2.6",
"typescript": "5.6.3",
"typescript-eslint": "^8.0.0-alpha.30",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.26.0",
"vite": "^5.0.11",
"vitest": "^2.0.4",
"vue-component-type-helpers": "^2.0.4",
"vue-tsc": "^2.0.4"
},
"peerDependencies": {
"vue": "^3.4.13"
},
"engines": {
"node": ">=20.6.0",
"npm": ">=10.5.0"
},
"workspaces": [
"svws-webclient/core",
"svws-webclient/core-test",
"svws-webclient/ui",
"svws-webclient/components",
"svws-webclient/client",
"svws-webclient/admin",
"svws-webclient/browser-test",
"svws-webclient/laufbahnplanung"
]
}