forked from Exrick/xboot-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
39
40
41
42
43
44
45
46
47
48
{
"name": "xboot-front",
"version": "1.2.0",
"description": "XBoot前后端分离开发平台",
"author": "Exrick <[email protected]>",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"apexcharts": "^3.6.12",
"axios": "^0.18.0",
"countup": "^1.8.2",
"core-js": "^2.6.8",
"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",
"vuex": "^3.0.1",
"wangeditor": "^3.1.1",
"xlsx": "^0.14.3"
},
"devDependencies": {
"@babel/polyfill": "^7.4.4",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"compression-webpack-plugin": "^2.0.0",
"less": "^3.10.1",
"less-loader": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}