-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "maptalks.autoadsorb",
"version": "1.0.0-beta.1",
"description": "Adsorb vertux/border/both of geos on layer When drawing or editing",
"keywords": [
"maptalks",
"autoadsorb",
"adsorb",
"snap",
"snapto"
],
"homepage": "https://github.com/cXiaof/maptalks.autoadsorb",
"bugs": {
"url": "https://github.com/cXiaof/maptalks.autoadsorb/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cXiaof/maptalks.autoadsorb.git"
},
"license": "MIT",
"author": "cXiaof",
"main": "dist/maptalks.autoadsorb.min.js",
"scripts": {
"b": "gulp minify",
"prepublish": "gulp minify",
"w": "gulp watch",
"watch": "gulp watch"
},
"dependencies": {
"@turf/combine": "^6.5.0",
"@turf/explode": "^6.5.0",
"@turf/flatten": "^6.5.0",
"@turf/nearest-point": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0",
"geojson-rbush": "^3.2.0",
"lodash.difference": "^4.5.0",
"lodash.differencewith": "^4.5.0",
"lodash.findindex": "^4.6.0",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"maptalks": "^1.0.0-rc.9",
"maptalks-build-helpers": "^0.4.5",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"prettier-plugin-packagejson": "^2.2.18",
"typescript": "~4.6.4"
},
"peerDependencies": {
"maptalks": ">=0.46.0"
}
}