-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.66 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.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
{
"name": "@dvgis/cesium-widget",
"version": "1.0.1",
"description": "Cesium-Widget is mainly used to load common map widgets",
"main": "dist/cesium.widget.min.js",
"repository": "https://github.com/dvgis/cesium-widget.git",
"author": "Caven Chen <cavencj@gmail.com>",
"license": "Apache 2.0",
"homepage": "https://www.dvgis.cn",
"keywords": [
"3D",
"webgl",
"map",
"globe",
"cesium"
],
"files": ["dist"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "yarn run clean && webpack --mode development",
"build": "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",
"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.1.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": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"sass-loader": "^10.1.0",
"strip-pragma-loader": "^1.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"peerDependencies": {
"cesium": ">=1.65.0"
}
}