-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"name": "maptalks-study",
"scripts": {
"dev": "cross-env NODE_ENV=dev rollup -c -w",
"build": "cross-env NODE_ENV=prd rollup -c"
},
"dependencies": {
"@mapbox/sphericalmercator": "^1.2.0",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/vector-tile": "^1.3.1",
"@maptalks/geojson-bbox": "^1.0.5",
"@napi-rs/canvas": "0.1.44",
"axios": "^1.5.1",
"gcoord": "^1.0.5",
"maptalks": "1.0.0-rc.26",
"pbf": "^3.3.0",
"proj4": "^2.9.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"cross-env": "^5.1.4",
"rollup": "^2.64.0",
"rollup-plugin-terser": "^7.0.2"
}
}