-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "xlong-admin-iview",
"version": "4.1.0",
"description": "a management system for study only",
"author": "xLong <381612175@qq.com>",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging"
},
"dependencies": {
"axios": "^0.24.0",
"babel-polyfill": "^6.26.0",
"core-js": "^3.6.4",
"crypto-js": "^4.1.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"style-loader": "^0.18.2",
"tinymce": "^4.9.9",
"view-design": "^4.2.0",
"vue": "^2.6.11",
"vue-awesome-swiper": "^2.6.4",
"vue-cropper": "^0.3.6",
"vue-router": "^3.1.6",
"vuex": "^3.1.3",
"webpack": "^4.43.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"vue-template-compiler": "^2.6.11"
}
}