generated from artskin/admin-base-tmpl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 945 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": "abt-cli",
"version": "0.1.0",
"private": true,
"author": "amu <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.1",
"chart.js": "^3.3.2",
"element-ui": "^2.15.2",
"js-cookie": "^2.2.1",
"less": "^4.1.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"vue": "^2.6.13",
"vue-i18n": "^8.24.4",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"path-to-regexp": "^6.2.0",
"sass": "^1.34.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"vite": "^2.2.4",
"vite-plugin-mock": "^2.5.0",
"vite-plugin-vue2": "^1.6.2",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.13"
}
}