|
1 | 1 | { |
2 | | - "name": "@mapgis/webclient", |
3 | | - "version": "10.5.3", |
4 | | - "description": "", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "website": "cd website && npm run serve", |
8 | | - "website-build": "cd website && npm run build", |
9 | | - "leaflet-debug": "webpack --config src/config/opensource/leaflet-debug-config.js", |
10 | | - "leaflet-release": "webpack --config src/config/opensource/leaflet-release-config.js --progress", |
11 | | - "openlayers-debug": "webpack --config src/config/opensource/openlayers-debug-config.js", |
12 | | - "openlayers-release": "webpack --config src/config/opensource/openlayers-release-config.js --progress", |
13 | | - "mapbox-debug": "webpack --config src/config/opensource/mapbox-debug-config.js", |
14 | | - "mapbox-release": "webpack --config src/config/opensource/mapbox-release-config.js --progress", |
15 | | - "leaflet-plugin-debug": "webpack --config src/config/opensource/leaflet-plugin-debug-config.js", |
16 | | - "leaflet-plugin-release": "webpack --config src/config/opensource/leaflet-plugin-release-config.js --progress", |
17 | | - "openlayers-plugin-debug": "webpack --config src/config/opensource/openlayers-plugin-debug-config.js", |
18 | | - "openlayers-plugin-release": "webpack --config src/config/opensource/openlayers-plugin-release-config.js --progress", |
19 | | - "mapbox-plugin-debug": "webpack --config src/config/opensource/mapbox-plugin-debug-config.js", |
20 | | - "mapbox-plugin-release": "webpack --config src/config/opensource/mapbox-plugin-release-config.js --progress", |
21 | | - "cesium-plugin-debug": "webpack --config src/config/opensource/cesium-plugin-debug-config.js", |
22 | | - "cesium-plugin-release": "webpack --config src/config/opensource/cesium-plugin-release-config.js --progress", |
23 | | - "service-debug": "webpack --config src/config/opensource/service-debug-config.js", |
24 | | - "service-release": "webpack --config src/config/opensource/service-release-config.js --progress", |
25 | | - "build-docs-leaflet": "jsdoc -c ./docs/jsdoc-config/leaflet/docs.json -R ./docs/jsdoc-config/leaflet/index.md -r", |
26 | | - "build-docs-mapboxgl": "jsdoc -c ./docs/jsdoc-config/mapboxgl/docs.json -R ./docs/jsdoc-config/mapboxgl/index.md -r", |
27 | | - "build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r", |
28 | | - "build-docs-cesium": "jsdoc -c ./docs/jsdoc-config/cesium/docs.json -R ./docs/jsdoc-config/cesium/index.md -r" |
29 | | - }, |
30 | | - "author": "mapgis", |
31 | | - "license": "Apache2", |
32 | | - "devDependencies": { |
33 | | - "babel-core": "^6.26.0", |
34 | | - "babel-eslint": "^10.1.0", |
35 | | - "babel-loader": "^7.1.2", |
36 | | - "babel-plugin-import": "^1.13.0", |
37 | | - "babel-plugin-transform-class-properties": "^6.11.5", |
38 | | - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
39 | | - "babel-plugin-transform-flow-strip-types": "^6.21.0", |
40 | | - "babel-plugin-transform-object-rest-spread": "^6.8.0", |
41 | | - "babel-plugin-transform-runtime": "^6.15.0", |
42 | | - "babel-preset-env": "^1.6.1", |
43 | | - "babel-preset-es2015": "^6.24.1", |
44 | | - "babel-runtime": "^6.11.6", |
45 | | - "clean-webpack-plugin": "^0.1.18", |
46 | | - "copy-webpack-plugin": "^4.5.1", |
47 | | - "eslint": "^7.4.0", |
48 | | - "eslint-config-airbnb": "^18.2.0", |
49 | | - "eslint-config-prettier": "^6.11.0", |
50 | | - "eslint-loader": "^1.9.0", |
51 | | - "eslint-plugin-import": "^2.22.0", |
52 | | - "eslint-plugin-jsx-a11y": "^6.3.1", |
53 | | - "eslint-plugin-prettier": "^3.1.4", |
54 | | - "eslint-plugin-react": "^7.20.3", |
55 | | - "happypack": "^5.0.0", |
56 | | - "json-loader": "^0.5.4", |
57 | | - "prettier": "^2.0.5", |
58 | | - "react-hot-loader": "^3.0.0-beta.6", |
59 | | - "source-map-loader": "^0.2.3", |
60 | | - "url-loader": "^0.5.9", |
61 | | - "webpack": "4.19.1", |
62 | | - "webpack-cleanup-plugin": "0.4.2", |
63 | | - "webpack-cli": "2.1.5", |
64 | | - "webpack-parallel-uglify-plugin": "0.4.2" |
65 | | - }, |
66 | | - "dependencies": { |
67 | | - "@mapbox/leaflet-omnivore": "^0.3.4", |
68 | | - "@mapbox/mapbox-gl-style-spec": "^13.15.0", |
69 | | - "@mapgis/mapbox-gl": "^1.9.0", |
70 | | - "axios": "^0.18.0", |
71 | | - "cesium": "^1.70.1", |
72 | | - "d3": "^5.16.0", |
73 | | - "echarts": "^4.4.0", |
74 | | - "fast-xml-parser": "^3.17.6", |
75 | | - "html-webpack-plugin": "^4.3.0", |
76 | | - "jsdoc": "^3.6.3", |
77 | | - "leaflet": "^1.7.1", |
78 | | - "mapv": "^2.0.40", |
79 | | - "ol": "5.3.3", |
80 | | - "proj4": "2.3.15", |
81 | | - "qs": "^6.9.4", |
82 | | - "webfont-matcher": "^1.1.0" |
83 | | - } |
| 2 | + "name": "@mapgis/webclient", |
| 3 | + "version": "10.5.3", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "website": "cd website && npm run serve", |
| 8 | + "website-build": "cd website && npm run build", |
| 9 | + "leaflet-debug": "webpack --config src/config/opensource/leaflet-debug-config.js", |
| 10 | + "leaflet-release": "webpack --config src/config/opensource/leaflet-release-config.js --progress", |
| 11 | + "openlayers-debug": "webpack --config src/config/opensource/openlayers-debug-config.js", |
| 12 | + "openlayers-release": "webpack --config src/config/opensource/openlayers-release-config.js --progress", |
| 13 | + "mapbox-debug": "webpack --config src/config/opensource/mapbox-debug-config.js", |
| 14 | + "mapbox-release": "webpack --config src/config/opensource/mapbox-release-config.js --progress", |
| 15 | + "leaflet-plugin-debug": "webpack --config src/config/opensource/leaflet-plugin-debug-config.js", |
| 16 | + "leaflet-plugin-release": "webpack --config src/config/opensource/leaflet-plugin-release-config.js --progress", |
| 17 | + "openlayers-plugin-debug": "webpack --config src/config/opensource/openlayers-plugin-debug-config.js", |
| 18 | + "openlayers-plugin-release": "webpack --config src/config/opensource/openlayers-plugin-release-config.js --progress", |
| 19 | + "mapbox-plugin-debug": "webpack --config src/config/opensource/mapbox-plugin-debug-config.js", |
| 20 | + "mapbox-plugin-release": "webpack --config src/config/opensource/mapbox-plugin-release-config.js --progress", |
| 21 | + "cesium-plugin-debug": "webpack --config src/config/opensource/cesium-plugin-debug-config.js", |
| 22 | + "cesium-plugin-release": "webpack --config src/config/opensource/cesium-plugin-release-config.js --progress", |
| 23 | + "service-debug": "webpack --config src/config/opensource/service-debug-config.js", |
| 24 | + "service-release": "webpack --config src/config/opensource/service-release-config.js --progress", |
| 25 | + "build-docs-leaflet": "jsdoc -c ./docs/jsdoc-config/leaflet/docs.json -R ./docs/jsdoc-config/leaflet/index.md -r", |
| 26 | + "build-docs-mapboxgl": "jsdoc -c ./docs/jsdoc-config/mapboxgl/docs.json -R ./docs/jsdoc-config/mapboxgl/index.md -r", |
| 27 | + "build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r", |
| 28 | + "build-docs-cesium": "jsdoc -c ./docs/jsdoc-config/cesium/docs.json -R ./docs/jsdoc-config/cesium/index.md -r", |
| 29 | + "test-service": "node ./node_modules/karma/bin/karma start ./src/unittest/karma.conf.js", |
| 30 | + "test-init": "node ./node_modules/karma/bin/karma init karma.conf.js" |
| 31 | + }, |
| 32 | + "author": "mapgis", |
| 33 | + "license": "Apache2", |
| 34 | + "devDependencies": { |
| 35 | + "babel-core": "^6.26.3", |
| 36 | + "babel-eslint": "^10.1.0", |
| 37 | + "babel-loader": "^7.1.2", |
| 38 | + "babel-plugin-import": "^1.13.0", |
| 39 | + "babel-plugin-transform-class-properties": "^6.11.5", |
| 40 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 41 | + "babel-plugin-transform-flow-strip-types": "^6.21.0", |
| 42 | + "babel-plugin-transform-object-rest-spread": "^6.8.0", |
| 43 | + "babel-plugin-transform-runtime": "^6.15.0", |
| 44 | + "babel-preset-env": "^1.7.0", |
| 45 | + "babel-preset-es2015": "^6.24.1", |
| 46 | + "babel-runtime": "^6.11.6", |
| 47 | + "babelify": "8", |
| 48 | + "browserify": "^17.0.0", |
| 49 | + "clean-webpack-plugin": "^0.1.18", |
| 50 | + "copy-webpack-plugin": "^4.5.1", |
| 51 | + "eslint": "^7.4.0", |
| 52 | + "eslint-config-airbnb": "^18.2.0", |
| 53 | + "eslint-config-prettier": "^6.11.0", |
| 54 | + "eslint-loader": "^1.9.0", |
| 55 | + "eslint-plugin-import": "^2.22.0", |
| 56 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 57 | + "eslint-plugin-prettier": "^3.1.4", |
| 58 | + "eslint-plugin-react": "^7.20.3", |
| 59 | + "happypack": "^5.0.0", |
| 60 | + "html-webpack-plugin": "^4.3.0", |
| 61 | + "jasmine-core": "^3.7.1", |
| 62 | + "json-loader": "^0.5.4", |
| 63 | + "karma": "^6.3.2", |
| 64 | + "karma-browserify": "^8.0.0", |
| 65 | + "karma-chrome-launcher": "^3.1.0", |
| 66 | + "karma-firefox-launcher": "^2.1.0", |
| 67 | + "karma-jasmine": "^4.0.1", |
| 68 | + "prettier": "^2.0.5", |
| 69 | + "react-hot-loader": "^3.0.0-beta.6", |
| 70 | + "source-map-loader": "^0.2.3", |
| 71 | + "url-loader": "^0.5.9", |
| 72 | + "watchify": "^4.0.0", |
| 73 | + "webpack": "4.19.1", |
| 74 | + "webpack-cleanup-plugin": "0.4.2", |
| 75 | + "webpack-cli": "2.1.5", |
| 76 | + "webpack-parallel-uglify-plugin": "0.4.2" |
| 77 | + }, |
| 78 | + "dependencies": { |
| 79 | + "@mapbox/leaflet-omnivore": "^0.3.4", |
| 80 | + "@mapbox/mapbox-gl-style-spec": "^13.15.0", |
| 81 | + "@mapgis/mapbox-gl": "^1.9.0", |
| 82 | + "axios": "^0.18.0", |
| 83 | + "cesium": "^1.70.1", |
| 84 | + "d3": "^5.16.0", |
| 85 | + "echarts": "^4.4.0", |
| 86 | + "fast-xml-parser": "^3.17.6", |
| 87 | + "jsdoc": "^3.6.3", |
| 88 | + "leaflet": "^1.7.1", |
| 89 | + "mapv": "^2.0.40", |
| 90 | + "ol": "5.3.3", |
| 91 | + "proj4": "2.3.15", |
| 92 | + "qs": "^6.9.4", |
| 93 | + "webfont-matcher": "^1.1.0" |
| 94 | + } |
84 | 95 | } |
0 commit comments