{ "name": "@dvgis/dc-sdk", "version": "1.4.2", "description": " The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.", "main": "index.js", "repository": "https://github.com/Digital-Visual/dc-sdk.git", "homepage": "http://dc.dvgis.cn", "keywords": [ "3D", "webgl", "map", "globe", "cesium", "heatmap" ], "author": "Caven Chen ", "license": "Apache 2.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "yarn run build:core && yarn run build:plugins && yarn run build:plot && yarn run build:overlay", "build:core": "yarn run clean:core && webpack --config webpack.conf --mode development", "build:plugins": "yarn run clean:plugins && webpack --config webpack.plugins.conf --mode development", "build:plot": "yarn run clean:plot && webpack --config webpack.plot.conf --mode development", "build:overlay": "yarn run clean:overlay && webpack --config webpack.overlay.conf --mode development", "publish": "yarn run publish:core && yarn run publish:plugins && yarn run publish:plot && yarn run publish:overlay", "publish:core": "yarn run clean:core && webpack --config webpack.conf --mode production --env.production", "publish:plugins": "yarn run clean:plugins && webpack --config webpack.plugins.conf --mode production --env.production", "publish:plot": "yarn run clean:plot && webpack --config webpack.plot.conf --mode production --env.production", "publish:overlay": "yarn run clean:overlay && webpack --config webpack.overlay.conf --mode production --env.production", "clean": "rimraf dist/", "clean:core": "rimraf dist/dc-sdk/resources dist/dc-sdk/dc.*.js dist/dc-sdk/dc.*.css", "clean:plugins": "rimraf dist/dc-sdk/plugins", "clean:plot": "rimraf dist/dc-sdk/plot", "clean:overlay": "rimraf dist/dc-sdk/overlay" }, "devDependencies": { "@babel/core": "^7.4.0", "@babel/plugin-transform-runtime": "^7.4.0", "@babel/polyfill": "^7.4.0", "@babel/preset-env": "^7.4.2", "@babel/preset-stage-2": "^7.0.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "copy-webpack-plugin": "^5.0.2", "css-loader": "^2.1.1", "eslint": "^5.15.3", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-promise": "^4.0.1", "file-loader": "^3.0.1", "mini-css-extract-plugin": "^0.6.0", "node-sass": "^4.12.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "prettier": "^1.16.4", "rimraf": "^2.6.3", "sass-loader": "^7.1.0", "strip-pragma-loader": "^1.0.0", "style-loader": "^0.23.1", "uglifyjs-webpack-plugin": "^2.2.0", "url-loader": "^1.1.2", "webpack": "^4.29.6", "webpack-cli": "^3.3.0", "webpack-glsl-loader": "^1.0.1" }, "dependencies": { "cesium": "^1.69.0", "heatmap.js": "^2.0.5" } }