forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 4.66 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 4.66 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "SuperMapiClient9",
"description": "SuperMap iClient for JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
"version": "9.0.0",
"directories": {
"doc": "doc",
"example": "examples",
"test": "test",
"exampletest": "examples-test"
},
"scripts": {
"release": "npm run release-leaflet && npm run release-openlayers && npm run release-mapboxgl && npm run release-classic",
"release-leaflet": "npm run package - leaflet && npm run compress-leaflet",
"release-openlayers": "npm run package - openlayers && npm run compress-openlayers",
"release-mapboxgl": "npm run package - mapboxgl && npm run compress-mapboxgl",
"release-classic": "npm run package - classic && npm run compress-classic",
"deploy": "webpack",
"deploy-leaflet": "webpack --config ./build/webpack.config.leaflet.js ",
"deploy-openlayers": "webpack --config ./build/webpack.config.openlayers.js",
"deploy-mapboxgl": "webpack --config ./build/webpack.config.mapboxgl.js",
"deploy-classic": "webpack --config ./build/webpack.config.classic.js",
"compress-openlayers": "uglifyjs --comments /Copyright©/i -c -m -o ./dist/iclient9-openlayers.min.js -- ./dist/iclient9-openlayers.js && cleancss -o ./dist/iclient9-openlayers.min.css ./dist/iclient9-openlayers.css",
"compress-leaflet": "uglifyjs --comments /Copyright©/i -c -m --ie8 -o ./dist/iclient9-leaflet.min.js -- ./dist/iclient9-leaflet.js && cleancss -o ./dist/iclient9-leaflet.min.css ./dist/iclient9-leaflet.css",
"compress-mapboxgl": "uglifyjs --comments /Copyright©/i -c -m -o ./dist/iclient9-mapboxgl.min.js -- ./dist/iclient9-mapboxgl.js",
"compress-classic": "uglifyjs --comments /Copyright©/i -c -m -o ./dist/iclient-classic.min.js -- ./dist/iclient-classic.js",
"package": "node ./build/pack.js",
"package-debug": "node ./build/pack.js - debug",
"test": "karma start ./test/karma.conf.js",
"citest": "karma start ./test/karma.conf.js --single-run",
"exampletest": "nightwatch --config ./examples-test/nightwatch.json",
"build-docs": "npm run build-docs-leaflet&&npm run build-docs-openlayers&&npm run build-docs-mapboxgl&&npm run build-docs-classic",
"build-docs-leaflet": "jsdoc -c ./build/jsdocs/leaflet/docs.json -R ./build/jsdocs/leaflet/index.md",
"build-docs-openlayers": "jsdoc -c ./build/jsdocs/openlayers/docs.json -R ./build/jsdocs/openlayers/index.md",
"build-docs-mapboxgl": "jsdoc -c ./build/jsdocs/mapboxgl/docs.json -R ./build/jsdocs/mapboxgl/index.md",
"build-docs-classic": "jsdoc -c ./build/jsdocs/classic/docs.json -R ./build/jsdocs/classic/index.md"
},
"keywords": [
"SuperMap",
"Leaflet",
"OpenLayers3"
],
"homepage": "http://iclient.supermapol.com",
"repository": {
"type": "git",
"url": "https://github.com/SuperMap/iClient9.git"
},
"author": "SuperMap",
"license": "Apache-2.0",
"devDependencies": {
"@turf/turf": "^4.7.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"browserify-css": "^0.11.1",
"browserify-imgify": "^0.0.1",
"chromedriver": "^2.32.1",
"clean-css-cli": "^4.1.6",
"commander": "^2.9.0",
"css-loader": "^0.26.1",
"echarts": "3.6.2",
"elasticsearch": "13.0.1",
"es3ify-loader": "^0.2.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.0",
"get-pixels": "^3.3.0",
"images": "^3.0.0",
"imports-loader": "^0.7.0",
"istanbul": "gotwarlost/istanbul.git#source-map",
"jasmine-core": "^2.5.2",
"jsdoc": "^3.5.4",
"karma": "^1.4.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-jasmine": "^1.1.0",
"karma-teamcity-reporter": "^1.0.0",
"leaflet": "1.0.3",
"mapbox-gl": "0.38.0",
"mapv": "2.0.14",
"nightwatch": "^0.9.5",
"openlayers": "4.2.0",
"selenium-server": "^2.53.1",
"shelljs": "^0.7.6",
"style-loader": "^0.13.1",
"uglify-js": "^3.0.15",
"url-loader": "^0.5.9",
"watchify": "^3.9.0",
"webpack": "^2.4.1",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"@mapbox/vector-tile": "1.3.0",
"fetch-jsonp": "1.0.6",
"jaguarjs-jsdoc": "^1.1.0",
"pbf": "3.0.2",
"proj4": "2.3.15",
"promise-polyfill": "^6.0.2",
"whatwg-fetch-importable": "^1.0.3"
}
}