-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
72 lines (72 loc) · 2.23 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
{
"name": "@map.ir/mapbox-gl-draw-geospatial-tools",
"version": "0.3.1",
"description": "Advanced tools for geospatial edit and analysis based on Mapbox Gl Draw",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -cw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/map-ir/mapbox-gl-draw-geospatial-tools.git"
},
"keywords": [
"mapbox",
"mapbox-gl",
"mapbox-gl-draw",
"geospatial",
"geojson"
],
"author": "Reyhane Masumi",
"contributors": [
"Mohammad H. Sattarian"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/map-ir/mapbox-gl-draw-geospatial-tools/issues"
},
"homepage": "https://github.com/map-ir/mapbox-gl-draw-geospatial-tools#readme",
"files": [
"dist",
"src"
],
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-inject": "4.0.3",
"@rollup/plugin-node-resolve": "13.0.6",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@geostarters/mapbox-gl-draw-rectangle-assisted-mode": "^3.0.4",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"lodash.unionby": "^4.8.0",
"mapbox-gl-circle": "^1.6.7",
"mapbox-gl-draw-additional-tools": "^0.6.1",
"mapbox-gl-draw-cut-polygon-mode": "^2.0.0",
"mapbox-gl-draw-freehand-mode": "^2.1.0",
"mapbox-gl-draw-passing-mode": "^2.1.0",
"mapbox-gl-draw-pinning-mode": "^0.1.1",
"mapbox-gl-draw-rectangle-restrict-area": "^3.1.5",
"mapbox-gl-draw-scale-rotate-mode": "^0.1.0",
"mapbox-gl-draw-select-mode": "^1.0.1",
"mapbox-gl-draw-snap-mode": "^0.1.11",
"mapbox-gl-draw-split-line-mode": "^1.0.3",
"mapbox-gl-draw-split-polygon-mode": "^2.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}