forked from openstreetmap/openstreetmap-website
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 918 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 918 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
31
{
"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",
"@openhistoricalmap/map-styles": "^0.9.8",
"@openhistoricalmap/maplibre-gl-language": "^0.1.0",
"@types/leaflet": "^1.9.0",
"bs-custom-file-input": "^1.3.4",
"i18n-js": "^4.5.1",
"jquery-simulate": "^1.0.2",
"js-cookie": "^3.0.0",
"leaflet": "^1.8.0",
"leaflet.locatecontrol": "^0.84.1",
"make-plural": "^7.4.0",
"maplibre-gl": "^5.6.0",
"osm-community-index": "5.9.3",
"qs": "^6.9.4",
"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": "^8.40.0",
"eslint-plugin-erb": "^2.1.0"
}
}