This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
71 lines (71 loc) · 1.73 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@antv/l7-district",
"version": "2.3.12",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father-build",
"deploy": "yarn run docs:build && yarn run docs:deploy",
"release": "yarn run build && yarn publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"files": [
"dist",
"lib",
"es",
"README.md"
],
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"unpkg": "dist/l7-district.js",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/midpoint": "^5.1.5",
"@turf/turf": "^5.1.6",
"@types/mapbox-gl": "^1.11.2",
"eventemitter3": "^4.0.0",
"geobuf": "^3.0.1",
"lodash": "^4.6.2",
"pbf": "^3.2.1",
"react-dat-gui": "^4.0.3",
"simplify-geojson": "^1.0.3"
},
"peerDependencies": {
"@antv/l7": "^2.3.0",
"@antv/l7-maps": "^2.3.0"
},
"devDependencies": {
"@antv/l7": "^2.3.0",
"@antv/l7-maps": "^2.3.0",
"@rollup/plugin-commonjs": "11.0.2",
"@types/lodash": "^4.14.170",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.0.5",
"antd": "^4.6.6",
"dumi": "^1.0.9",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
"lint-staged": "^10.0.7",
"loadsh": "^0.0.4",
"prettier": "^1.19.1",
"yorkie": "^2.0.0"
}
}