This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.52 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@dvgis/dc-plugins",
"version": "1.12.0",
"description": "DC-SDK plug-in library, the plug-in library includes animation, effects, textures, heatmap, clusterLayer, and Mapv",
"main": "index.js",
"repository": "https://github.com/dvgis/dc-plugins.git",
"author": "Caven Chen <[email protected]>",
"license": "Apache 2.0",
"homepage": "https://www.dvgis.cn",
"keywords": [
"3D",
"webgl",
"map",
"globe",
"cesium",
"heatmap"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run clean && webpack --mode development",
"publish": "yarn run clean && webpack --mode production --env.production",
"clean": "rimraf dist/"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"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",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-glsl-loader": "^1.0.1",
"webpack-obfuscator": "^1.8.0"
},
"dependencies": {
"heatmap.js": "^2.0.5"
},
"peerDependencies": {
"@dvgis/dc-sdk": ">=1.12.0"
}
}