dz_sjzx 1.0.0-240508

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,76 @@
1
+ {
2
+ "name": "dz_sjzx",
3
+ "version": "1.0.0-240508",
4
+ "description": "地质大数据平台-数据中心",
5
+ "private": false,
6
+ "main": "index.umd.min.js",
7
+ "keywords": [
8
+ "zbcx"
9
+ ],
10
+ "scripts": {
11
+ "serve": "vue-cli-service serve",
12
+ "build": "vue-cli-service build",
13
+ "lint": "vue-cli-service lint",
14
+ "cxlib": "rollup --config build/webpack.config.prod.js",
15
+ "comlib": "vue-cli-service build --target lib --formats umd-min --name index --dest dist/lib src/coms/index.js",
16
+ "prepare": "husky install",
17
+ "dzcesiumlib":"vue-cli-service build --target lib --formats umd-min --name dz_cesium --dest dist/dz_cesium_lib src/plugins/dz/dzCesium/index.js",
18
+ "dzsjzxlib":"vue-cli-service build --target lib --formats umd-min --name dz_sjzx --dest dist/dz_sjzx_lib src/plugins/dz/dzSjzx/index.js"
19
+ },
20
+ "lint-staged": {
21
+ "*.{vue,js,ts}": "eslint --fix"
22
+ },
23
+ "dependencies": {
24
+ "@turf/turf": "^6.5.0",
25
+ "axios": "^1.4.0",
26
+ "caniuse-lite": "^1.0.30001466",
27
+ "cesium": "^1.100.0",
28
+ "changedpi": "^1.0.4",
29
+ "core-js": "^3.22.8",
30
+ "crypto-js": "^4.1.1",
31
+ "docxtemplater": "^3.37.13",
32
+ "docxtemplater-image-module-free": "^1.1.1",
33
+ "echarts": "^5.4.2",
34
+ "element-plus": "^2.2.2",
35
+ "file-saver": "^2.0.5",
36
+ "html2canvas": "^1.4.1",
37
+ "jspdf": "^2.5.1",
38
+ "jszip": "^3.10.1",
39
+ "jszip-utils": "^0.1.0",
40
+ "nprogress": "^0.2.0",
41
+ "ol": "^6.3.1",
42
+ "pizzip": "^3.1.4",
43
+ "proj4": "^2.9.0",
44
+ "shapefile": "^0.6.6",
45
+ "vue": "^3.2.13",
46
+ "vue-i18n": "^9.1.10",
47
+ "vue-router": "^4.0.3",
48
+ "vue3-contextmenu": "^0.2.12",
49
+ "vuex": "^4.0.0",
50
+ "x2js": "^3.4.0",
51
+ "xlsx": "^0.18.5",
52
+ "zbcx_com_cx": "^4.4.31-240428",
53
+ "zbcx_cx": "^4.3.13-240428",
54
+ "zbcx_plug_cx": "^4.3.9-240428"
55
+ },
56
+ "devDependencies": {
57
+ "@babel/core": "^7.12.16",
58
+ "@babel/eslint-parser": "^7.12.16",
59
+ "@vue/cli-plugin-babel": "~5.0.0",
60
+ "@vue/cli-plugin-eslint": "~5.0.0",
61
+ "@vue/cli-plugin-router": "~5.0.0",
62
+ "@vue/cli-plugin-vuex": "~5.0.0",
63
+ "@vue/cli-service": "~5.0.0",
64
+ "@vue/eslint-config-standard": "^6.1.0",
65
+ "copy-webpack-plugin": "^9.0.0",
66
+ "eslint": "^7.32.0",
67
+ "eslint-plugin-import": "^2.25.3",
68
+ "eslint-plugin-node": "^11.1.0",
69
+ "eslint-plugin-promise": "^5.1.0",
70
+ "eslint-plugin-vue": "^8.0.3",
71
+ "husky": "^8.0.1",
72
+ "lint-staged": "^12.4.2",
73
+ "sass": "^1.32.7",
74
+ "sass-loader": "^12.0.0"
75
+ }
76
+ }