-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
74 lines (74 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "vue-iview-admin-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:r": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"modern": "vue-cli-service build --modern --report",
"inspect": "vue-cli-service inspect --mode=production"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"axios": "^0.27.2",
"bpmn-js": "^6.5.1",
"canvas-nest.js": "^2.0.4",
"core-js": "^3.8.3",
"countup": "^1.8.2",
"crypto-js": "^4.0.0",
"echarts": "^4.9.0",
"esri-loader": "^2.16.0",
"jsencrypt": "^3.0.0-rc.1",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"mapbox-gl": "^1.13.0",
"mapbox-gl-controls": "^1.7.0",
"monaco-editor": "^0.21.3",
"ol": "^6.5.0",
"proj4": "^2.7.0",
"register-service-worker": "^1.7.2",
"v-clipboard": "^2.2.3",
"view-design": "^4.5.0",
"vue": "^2.6.12",
"vue-cropper": "^0.5.6",
"vue-echarts": "^4.1.0",
"vue-router": "^3.5.1",
"vue2-leaflet": "^2.6.0",
"vuelayers": "^0.11.30",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-pwa": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"iview-loader": "^1.3.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"lint-staged": "^9.4.3",
"mockjs": "^1.1.0",
"monaco-editor-webpack-plugin": "^2.1.0",
"prettier": "^1.19.1",
"svg-sprite-loader": "^4.3.0",
"vue-template-compiler": "^2.6.12"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
}