-
Notifications
You must be signed in to change notification settings - Fork 451
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
49
{
"name": "xboot-front",
"version": "3.3.4",
"description": "XBoot前后端分离开发平台",
"author": "Exrick <[email protected]>",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.7.1",
"apexcharts": "^3.27.1",
"axios": "^0.21.1",
"core-js": "^3.14.0",
"countup.js": "^2.0.7",
"date-fns": "^2.22.1",
"dplayer": "^1.26.0",
"echarts": "^5.1.2",
"file-saver": "^2.0.5",
"html2canvas": "^1.0.0-rc.7",
"view-design": "^4.6.1",
"viewerjs": "^1.9.2",
"js-cookie": "^2.2.1",
"mapbox-gl": "^2.3.0",
"print-js": "^1.6.0",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.1",
"vue-clipboard2": "^0.3.1",
"vue-cropper": "^0.5.6",
"vue-i18n": "^8.24.4",
"vue-json-pretty": "^1.8.0",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.5.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"compression-webpack-plugin": "^6.1.1",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"vue-template-compiler": "^2.6.14"
}
}