-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 864 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 864 Bytes
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
{
"name": "dashboard",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview --port 5003 --host"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@kangc/v-md-editor": "^2.3.5",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.14.20",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.1.5",
"@vuedx/typecheck": "^0.4.1",
"@vuedx/typescript-plugin-vue": "^0.7.4",
"@vueuse/core": "^5.0.0",
"ant-design-vue": "^2.2.8",
"axios": "^0.20.0-0",
"echarts": "^5.1.2",
"js-cookie": "^2.2.1",
"less": "^4.1.0",
"sass": "^1.32.2",
"typescript": "^4.1.3",
"vditor": "^3.8.6",
"vite": "^2.8.6",
"vue-echarts": "^6.0.2",
"vue-router": "^4.0.6",
"vuex": "^4.0.2"
}
}