-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
51 lines (51 loc) · 1.6 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
{
"name": "mapbox-gl-js-cookbook",
"version": "2.0.0",
"description": "Mapbox GL JS Cookbook",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.vue ./docs/.vuepress",
"prettier": "prettier --write ."
},
"keywords": [],
"author": "huangli",
"license": "MIT",
"homepage": "https://huanglii.github.io/mapbox-gl-js-cookbook",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vuepress/plugin-register-components": "2.0.0-rc.0",
"@vuepress/plugin-search": "2.0.0-rc.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"prettier": "^3.2.5",
"vuepress": "2.0.0-rc.0"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^8.9.35",
"@deck.gl/core": "^8.9.35",
"@deck.gl/layers": "^8.9.35",
"@deck.gl/mapbox": "^8.9.35",
"@deck.gl/mesh-layers": "^8.9.35",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@naivemap/mapbox-gl-echarts-layer": "^0.3.3",
"@naivemap/mapbox-gl-grid-layer": "^0.2.0",
"@naivemap/mapbox-gl-image-layer": "^0.5.0",
"@naivemap/mapbox-gl-polygon-morpher": "^0.1.0",
"@turf/bearing": "^7.0.0",
"@turf/distance": "^7.0.0",
"@turf/helpers": "^7.0.0",
"@turf/line-arc": "^7.0.0",
"@turf/meta": "^7.0.0",
"city-selector-control": "^0.3.2",
"echarts": "^5.5.1",
"geojson-validation": "^1.0.2",
"geotiff": "^2.1.3",
"mapbox-gl": "^3.5.0",
"proj4": "^2.11.0"
}
}