forked from openstreetmap/openstreetmap-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 760 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 760 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
{
"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.37.3",
"bootstrap-icons": "^1.13.1",
"i18n-js": "^4.5.1",
"js-cookie": "^3.0.0",
"leaflet": "^1.8.0",
"leaflet.locatecontrol": "^0.85.1",
"make-plural": "^7.4.0",
"maplibre-gl": "^5.6.0",
"osm-community-index": "^6.0.0",
"tag2link": "^2025.7.21"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.2.3",
"@types/jquery": "^3.5.0",
"@types/leaflet": "^1.9.0",
"eslint": "^9.0.0",
"eslint-formatter-compact": "^9.0.1",
"eslint-plugin-erb": "^2.1.0"
}
}