-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 1.86 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
72
73
74
75
76
77
78
79
{
"name": "@pansy/lark-map",
"version": "2.0.0",
"description": "A React toolkit for geospatial visualization based on L7",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "dumi dev",
"dev": "redbud dev",
"build": "redbud build",
"build:doc": "dumi build",
"doctor": "redbud doctor",
"prepare": "dumi setup && husky install"
},
"keywords": [
"l7",
"react",
"component",
"map",
"amap",
"gaode",
"mapbox"
],
"license": "MIT",
"peerDependencies": {
"@antv/l7": "^2.20.5",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@antv/l7-composite-layers": "^0.16.2",
"@antv/l7-draw": "^3.1.0",
"@babel/runtime": "^7",
"@pansy/classnames": "^1.0.1",
"@pansy/react-hooks": "^2.3.0",
"@pansy/shared": "^1.15.0",
"geojson": "^0.5.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@ant-design/icons": "^4.8.0",
"@antv/l7": "^2.20.11",
"@antv/l7-component": "^2.20.5",
"@antv/l7-maps": "^2.20.5",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@turf/helpers": "^6.5.0",
"@types/geojson": "^7946.0.10",
"@types/lodash": "^4.14.189",
"@types/mapbox-gl": "^2.7.19",
"@types/react": "^17",
"@types/react-dom": "^17",
"antd": "^4.22.8",
"dumi": "^2.2.16",
"husky": "^8.0.2",
"mapbox-gl": "^3.1.0",
"lint-staged": "^13.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redbud": "1.3.1",
"semantic-release": "^19.0.5",
"typescript": "^4.9.3"
},
"authors": [
"wangxingkang <[email protected]> (https://github.com/wangxingkang)"
],
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"mapbox-gl": "^3.1.0"
}
}
}