-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
45
46
47
48
49
50
{
"name": "xboot-plus-front",
"version": "1.2.0",
"description": "XBoot前后端分离开发平台",
"author": "Exrick <1012139570@qq.com>",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"apexcharts": "^3.6.12",
"axios": "^0.18.0",
"core-js": "^2.6.8",
"countup": "^1.8.2",
"cropperjs": "^1.4.1",
"date-fns": "^1.30.1",
"dplayer": "^1.25.0",
"echarts": "^4.2.1",
"gitalk": "^1.5.0",
"html2canvas": "^1.0.0-alpha.12",
"iview": "^3.4.2",
"iview-area": "^1.6.0",
"js-cookie": "^2.2.0",
"print-js": "^1.0.58",
"vue": "^2.6.10",
"vue-apexcharts": "^1.3.5",
"vue-awesome": "^3.5.2",
"vue-clipboard2": "^0.3.0",
"vue-cropper": "^0.4.8",
"vue-i18n": "^8.11.2",
"vue-json-pretty": "^1.4.1",
"vue-lazyload": "^1.2.6",
"vue-router": "^3.0.3",
"vue-stomp": "^0.0.5",
"vuex": "^3.0.1",
"wangeditor": "^3.1.1",
"xlsx": "^0.14.3",
"xss": "^1.0.3"
},
"devDependencies": {
"@babel/polyfill": "^7.4.4",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"compression-webpack-plugin": "^2.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.5.21"
}
}