|
73 | 73 | "@babel/preset-env": "^7.23.8", |
74 | 74 | "@babel/traverse": "^7.23.7", |
75 | 75 | "@babel/types": "^7.23.6", |
| 76 | + "@elastic/elasticsearch": "^5.6.22", |
76 | 77 | "@geoman-io/leaflet-geoman-free": "^2.14.2", |
| 78 | + "@sinonjs/text-encoding": "^0.7.2", |
77 | 79 | "@supermap/babel-plugin-import": "^0.0.1", |
| 80 | + "@tensorflow/tfjs": "^3.9.0", |
78 | 81 | "babel-eslint": "^10.1.0", |
79 | 82 | "babel-loader": "^8.1.0", |
80 | 83 | "babel-plugin-istanbul": "^6.0.0", |
|
88 | 91 | "clean-css-cli": "^4.3.0", |
89 | 92 | "commander": "^9.0.0", |
90 | 93 | "copy-webpack-plugin": "^9.1.0", |
| 94 | + "core-js": "^3.30.2", |
91 | 95 | "cross-env": "^7.0.2", |
92 | 96 | "css-loader": "^6.7.1", |
93 | 97 | "elasticsearch": "16.7.3", |
|
116 | 120 | "open": "^8.4.0", |
117 | 121 | "pngjs": "^6.0.0", |
118 | 122 | "pre-commit": "^1.2.2", |
| 123 | + "process": "^0.11.10", |
119 | 124 | "request": "^2.88.0", |
120 | 125 | "selenium-server": "3.141.59", |
121 | 126 | "serve-index": "^1.9.1", |
122 | 127 | "shelljs": "^0.8.4", |
123 | 128 | "style-loader": "^2.0.0", |
124 | 129 | "uglify-es": "^3.3.9", |
| 130 | + "util": "^0.12.4", |
125 | 131 | "watchify": "^3.11.1", |
126 | 132 | "webpack": "^5.1.3", |
127 | 133 | "webpack-cli": "4.2.0", |
128 | 134 | "webpack-dev-middleware": "^4.0.2", |
129 | 135 | "webpack-node-externals": "^2.5.2" |
130 | 136 | }, |
131 | 137 | "dependencies": { |
| 138 | + "@antv/g2": "^4.2.11", |
132 | 139 | "@antv/g6": "^4.8.14", |
133 | | - "@elastic/elasticsearch": "^5.6.22", |
| 140 | + "@mapbox/mapbox-gl-style-spec": "^14.3.0", |
134 | 141 | "@mapbox/vector-tile": "1.3.1", |
135 | | - "@sinonjs/text-encoding": "^0.7.2", |
136 | 142 | "@supermap/iclient-common": "file:src/common", |
137 | 143 | "@supermap/tile-decryptor": "^0.0.2", |
138 | | - "@tensorflow/tfjs": "^3.9.0", |
| 144 | + "@turf/center": "^6.5.0", |
139 | 145 | "@turf/turf": "6.5.0", |
140 | 146 | "canvg": "3.0.10", |
141 | | - "core-js": "^3.30.2", |
142 | 147 | "echarts": "5.4.3", |
143 | 148 | "fast-xml-parser": "^4.2.7", |
144 | 149 | "fetch-ie8": "1.5.0", |
145 | 150 | "fetch-jsonp": "1.1.3", |
146 | 151 | "flatgeobuf": "3.23.1", |
| 152 | + "flv.js": "^1.6.2", |
147 | 153 | "insert-css": "^2.0.0", |
148 | 154 | "jsonsql": "0.2.5", |
149 | 155 | "leaflet": "1.9.4", |
|
158 | 164 | "node-forge": "^1.3.1", |
159 | 165 | "ol": "6.14.1", |
160 | 166 | "pbf": "3.2.1", |
161 | | - "process": "^0.11.10", |
162 | 167 | "proj4": "2.9.0", |
163 | 168 | "promise-polyfill": "8.2.3", |
164 | 169 | "rbush": "^2.0.2", |
165 | 170 | "three": "0.150.1", |
166 | 171 | "urijs": "^1.19.11", |
167 | | - "util": "^0.12.4", |
168 | | - "flv.js": "^1.6.2", |
169 | 172 | "video.js": "^7.10.2", |
170 | 173 | "videojs-flvjs-es6": "^1.0.1", |
171 | 174 | "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz" |
|
0 commit comments