-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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.5-SNAPSHOT",
"license": "BSD-3-Clause",
"type": "module",
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@headlessui/vue": "^1.7.7",
"@vueuse/core": "^13.0.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@histoire/plugin-vue": "^1.0.0-alpha.1",
"@stylistic/eslint-plugin": "^4.0.1",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/vite": "^4.0.7",
"@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": "^3.0.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.5.0",
"eslint-plugin-vue": "^10.0.0",
"happy-dom": "^17.0.2",
"histoire": "^1.0.0-alpha.1",
"license-checker-rseidelsohn": "^4.0.0",
"remixicon": "^4.2.0",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.0.0-alpha.30",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-vue-markdown": "^28.0.0",
"vite": "^6.0.11",
"vitest": "^3.0.1",
"vue-component-type-helpers": "^2.2.0",
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"vue": "^3.4.13"
},
"engines": {
"node": ">=20.6.0",
"npm": ">=10.5.0"
},
"workspaces": [
"svws-webclient/admin",
"svws-webclient/client",
"svws-webclient/core",
"svws-webclient/enmserver",
"svws-webclient/laufbahnplanung",
"svws-webclient/ui",
"tests/tests/server-api"
]
}