-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 853 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 853 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
30
{
"name": "openstreetmap",
"private": true,
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.3.0",
"@maplibre/maplibre-gl-leaflet": "^0.1.1",
"@maptiler/maplibre-gl-omt-language": "^0.0.3",
"@openstreetmap/id": "2.38.0",
"bootstrap-icons": "^1.13.1",
"i18n-js": "^4.5.1",
"js-cookie": "^3.0.0",
"leaflet": "^1.8.0",
"leaflet.locatecontrol": "^0.89.0",
"make-plural": "^8.1.0",
"maplibre-gl": "^5.17.0",
"osm-community-index": "^6.0.0",
"tag2link": "^2026.1.21"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@herb-tools/linter": "^0.8.9",
"@stylistic/eslint-plugin": "^5.2.3",
"@types/jquery": "^4.0.0",
"@types/leaflet": "^1.9.0",
"eslint": "^10.0.0",
"eslint-formatter-compact": "^9.0.1",
"eslint-plugin-erb": "^2.1.0",
"globals": "^17.3.0"
}
}