-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "vue3-admin",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"quill": "^1.3.7",
"roboto-fontface": "*",
"video.js": "^7.20.2",
"vue": "^3.2.45",
"vue-chartjs": "^4.1.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vuetify": "^3.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/mockjs": "^1.0.6",
"@types/parseurl": "^1.3.1",
"@types/qs": "^6.9.7",
"@types/webfontloader": "^1.6.35",
"@vercel/node": "^2.5.6",
"@vitejs/plugin-vue": "^3.2.0",
"mockjs": "^1.1.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.1",
"qs": "^6.11.0",
"setprototypeof": "^1.2.0",
"tunnel": "^0.0.6",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.0.9"
},
"license": "MIT"
}