forked from openstreetmap-ng/openstreetmap-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 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
52
53
54
55
{
"name": "openstreetmap-ng",
"private": true,
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@googlemaps/polyline-codec": "^1.0.28",
"@rapideditor/rapid": "^2.3.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"core-js": "3.37.1",
"i18next": "^23.12.7",
"iD": "git+https://github.com/openstreetmap/iD.git#release",
"leaflet": "^1.9.4",
"leaflet-ant-path": "^1.3.0",
"leaflet.locatecontrol": "^0.81.1",
"osm-community-index": "^5.8.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/leaflet": "^1.9.12",
"autoprefixer": "^10.4.20",
"bun-types": "latest",
"i18next-conv": "^14.1.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"pyright": "^1.1.376"
},
"trustedDependencies": [
"core-js-bundle"
],
"babel": {
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"useBuiltIns": "usage",
"corejs": {
"version": "3.37.1"
}
}
]
]
},
"browserslist": [
"partially supports bigint and partially supports es6-module and partially supports fetch and partially supports same-site-cookie-attribute and partially supports webp and since 2019 and not dead"
],
"prettier": {
"printWidth": 120,
"semi": false,
"tabWidth": 4
}
}