-
-
Notifications
You must be signed in to change notification settings - Fork 328
/
package.json
36 lines (36 loc) · 913 Bytes
/
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
{
"name": "Quasar Admin",
"version": "0.0.1",
"description": "Quasar Admin",
"productName": "Quasar Admin",
"author": "[email protected]",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.16.12",
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.19",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"pinia": "^2.2.4",
"quasar": "^2.17.0",
"vue": "^3.0.0",
"vue-echarts": "^6.7.3",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@quasar/app-vite": "^1.10.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"quasar-app-extension-qhierarchy": "^1.0.15"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}