forked from SVWS-NRW/SVWS-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "svws-monorepo",
"description": "SVWS-Server-Projekt: Monorepo-Workspace",
"author": "MSB NRW",
"license": "BSD-3-Clause",
"version": "0.8.13-SNAPSHOT",
"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"
],
"devDependencies": {
"@histoire/plugin-vue": "^0.17.6",
"@rollup/plugin-typescript": "^11.1.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.0.1",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^9.1.1",
"histoire": "^0.17.6",
"license-checker-rseidelsohn": "^4.0.0",
"postcss": "^8.4.16",
"remixicon": "^4.2.0",
"rollup": "^4.0.2",
"tailwindcss": "^3.2.6",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0",
"vite": "^5.0.11",
"vitest": "^1.0.1",
"vue-component-type-helpers": "^2.0.4",
"vue-tsc": "^2.0.4"
},
"peerDependencies": {
"vue": "^3.4.13"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.8.0"
},
"type": "module",
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@headlessui/vue": "^1.7.7",
"@vueuse/core": "^10.0.2",
"vue-router": "^4.2.4"
}
}