-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "gde",
"version": "1.0.0-alpha.1",
"description": "自定义封装G2、G2Plot、L7、Mapbox等自定义图表配置",
"author": "GeoCompass xtgceb ty",
"license": "ISC",
"keywords": [
"javascript",
"chart",
"AntV",
"Mapbox"
],
"homepage": "https://github.com/geocompass/geoc-chart",
"repository": {
"type": "git",
"url": "git+https://github.com/geocompass/geoc-chart"
},
"bugs": {
"url": "https://github.com/geocompass/geoc-chart/issues"
},
"main": "lib/gde.min.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"scripts": {
"lint": "eslint src/index.js",
"dev": "webpack --config build/webpack.config.js --mode development",
"build": "webpack --config build/webpack.config.js --mode production"
},
"dependencies": {
"@antv/g2plot": "^2.0.3",
"@babel/runtime": "^7.11.2",
"@babel/runtime-corejs3": "^7.12.0",
"lodash": "^4.17.20",
"mapbox-gl": "^1.12.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.11.0",
"eslint-loader": "^4.0.2",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
}