-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
{
"name": "vue-admin",
"author": "Catch",
"version": "0.2.0",
"description": "A backend admin framework",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/catchlife/vue-admin.git"
},
"bugs": {
"url": "https://github.com/catchlife/vue-admin/issues"
},
"homepage": "https://github.com/catchlife/vue-admin",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"preview": "serve -s dist"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"element-ui": "^2.12.0",
"normalize.css": "^8.0.1",
"vue": "^2.6.10",
"vue-awesome": "^3.5.4",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10",
"webpack-alioss-plugin": "^2.2.4"
}
}