-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "osm-address-editor-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc -p tsconfig.json"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.0.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@geolonia/open-reverse-geocoder": "^0.1.0",
"@turf/turf": "^7.0.0",
"autoprefixer": "^10.4.2",
"buffer": "^6.0.3",
"jdenticon": "^3.1.1",
"maplibre-gl": "^4.0.0",
"osm-api": "^2.0.0",
"osmtogeojson": "^3.0.0-beta.5",
"postcss": "^8.4.31",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.6",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/mapbox__point-geometry": "^0.1.2",
"@types/mapbox__vector-tile": "^1.3.0",
"@types/maplibre-gl": "^1.14.0",
"@types/node": "^22.0.0",
"@types/osmtogeojson": "^2.2.30",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.4.6"
}
}