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
| {
| "name": "saber-admin",
| "version": "2.8.1",
| "private": true,
| "scripts": {
| "serve": "vue-cli-service serve",
| "build": "vue-cli-service build",
| "lint": "vue-cli-service lint",
| "analyz": "npm_config_report=true npm run build",
| "test:unit": "vue-cli-service test:unit",
| "test:e2e": "vue-cli-service test:e2e"
| },
| "dependencies": {
| "avue-plugin-map": "^1.0.1",
| "avue-plugin-ueditor": "^0.1.4",
| "axios": "^0.18.0",
| "babel-polyfill": "^6.26.0",
| "cesium": "1.64.0",
| "classlist-polyfill": "^1.2.0",
| "crypto-js": "^4.0.0",
| "element-ui": "^2.15.1",
| "jquery": "^3.6.0",
| "js-base64": "^2.5.1",
| "js-cookie": "^2.2.0",
| "js-md5": "^0.7.3",
| "mockjs": "^1.0.1-beta3",
| "moment": "^2.29.1",
| "node-gyp": "^5.0.6",
| "nprogress": "^0.2.0",
| "ol": "^7.1.0",
| "olcs": "^2.12.0",
| "pdfobject": "^2.2.7",
| "script-loader": "^0.7.2",
| "vue": "^2.6.10",
| "vue-axios": "^2.1.2",
| "vue-i18n": "^8.7.0",
| "vue-router": "^3.0.1",
| "vue2-countdown": "^1.0.8",
| "vuex": "^3.1.1"
| },
| "devDependencies": {
| "@vue/cli-plugin-babel": "^3.1.1",
| "@vue/cli-plugin-eslint": "^3.1.5",
| "@vue/cli-service": "^3.1.4",
| "chai": "^4.1.2",
| "node-sass": "^6.0.1",
| "sass-loader": "^10.0.5",
| "vue-template-compiler": "^2.5.17",
| "webpack-bundle-analyzer": "^3.0.3"
| },
| "lint-staged": {
| "*.js": [
| "vue-cli-service lint",
| "git add"
| ],
| "*.vue": [
| "vue-cli-service lint",
| "git add"
| ]
| },
| "description": "src\\components\\map\\Draw.js 中 import GeometryType from \"ol/geom/GeometryType.js\"; 已弃用,下载的时候会下载不到",
| "main": ".postcssrc.js",
| "directories": {
| "test": "test"
| },
| "repository": {
| "type": "git",
| "url": "http://192.168.0.105:10010/r/zhba_enterprises_bf.git"
| },
| "keywords": [],
| "author": "",
| "license": "ISC"
| }
|
|