forked from postor/cesiumjs-heat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.26 KB
/
package.json
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
{
"name": "cesiumjs-heat",
"version": "1.0.2",
"main": "build/get-cesium-heat.cmd.js",
"repository": "git@github.com:postor/cesiumjs-heat.git",
"author": "josh <postor@gmail.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:umd && npm run build:cmd",
"copy:cesium": "copyfiles -s -u 4 \"node_modules/cesium/Build/Cesium/**/*\" dist/cesium",
"build:umd": "webpack --config webpack.build.umd.js --mode production",
"build:cmd": "webpack --config webpack.build.cmd.js --mode production",
"dev": "npm run copy:cesium && webpack-dev-server --mode development --open"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"cesium": "^1.53.0",
"copyfiles": "^2.1.0",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.2",
"typescript": "^3.2.2",
"typings-for-css-modules-loader": "^1.7.0",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"heatmap.js": "^2.0.5"
}
}