-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
57 lines (57 loc) · 1.5 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
56
57
{
"$schema": "https://json.schemastore.org/package.json",
"name": "openaedmap-frontend",
"version": "0.1.0",
"private": true,
"homepage": "/",
"type": "module",
"dependencies": {
"@maplibre/maplibre-gl-geocoder": "^1.7.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@sentry/react": "^8.40.0",
"bulma": "^1.0.2",
"bulma-checkradio": "^2.1.3",
"events": "^3.3.0",
"i18next": "^24.0.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^3.0.1",
"maplibre-gl": "^4.7.1",
"opening_hours": "^3.8.0",
"osm-auth": "^2.5.0",
"react": "^18.3.1",
"react-bulma-components": "^4.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-image-gallery": "^1.3.0",
"react-select": "^5.8.3",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "bunx --bun vite",
"build": "vite build",
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"lint-fix": "biome check . --write",
"check": "biome ci .",
"test": "bun test",
"css-build": "sass sass/mystyles.scss src/mystyles.css"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@sentry/vite-plugin": "^2.22.6",
"@types/bun": "^1.1.13",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-image-gallery": "^1.2.4",
"@vitejs/plugin-react": "^4.3.3",
"bun-types": "^1.1.36",
"sass": "^1.81.0",
"vite": "^5.4.11",
"vite-plugin-sitemap": "^0.7.1"
},
"trustedDependencies": ["@biomejs/biome", "esbuild"]
}