-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 964 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
37
38
39
{
"name": "frontend-new",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050"
},
"dependencies": {
"ant-design-vue": "^4.0.2",
"apexcharts": "^3.33.2",
"axios": "^0.26.0",
"lodash": "^4.17.21",
"parse-domain": "^7.0.1",
"pinia": "^2.0.11",
"primeicons": "^6.0.1",
"primevue": "^3.29.2",
"typescript": "^5.1.6",
"uuid-validate": "^0.0.3",
"vue": "^3.2.31",
"vue-axios": "^3.4.1",
"vue-loading-overlay": "5.0",
"vue-router": "^4.0.12",
"vue-toastification": "^2.0.0-rc.5",
"vue3-apexcharts": "^1.4.1",
"vuesax": "^4.0.1-alpha.25",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"sass": "^1.49.9",
"tailwindcss": "^3.0.23",
"unplugin-vue-components": "^0.25.1",
"vite": "^2.8.4",
"vue-tsc": "^1.8.6"
}
}