-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "arcmanager",
"version": "1.1.4",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p build-only",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@quasar/cli": "^2.2.1",
"@quasar/extras": "^1.16.5",
"@quasar/vite-plugin": "^1.4.1",
"apexcharts": "^3.46.0",
"axios": "^1.4.0",
"express": "^4.18.2",
"jszip": "^3.10.1",
"keycloak-js": "^22.0.1",
"quasar": "^2.12.2",
"query-string": "^8.1.0",
"sass": "^1.63.6",
"vite-plugin-node-polyfills": "^0.9.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-tsc": "^2.1.6",
"vue3-markdown-it": "^1.0.10",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.19",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.4.0",
"child_process": "^1.0.2",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vitest": "^0.32.0"
}
}