-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.27 KB
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
{
"name": "weiss-gruber",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"optimize-images": "node scripts/optimize-images.mjs",
"upload-images": "aws s3 sync images/vitraux-optimized s3://weiss-gruber-jeanette/vitraux-optimized --endpoint-url https://s3.fr-par.scw.cloud --acl public-read && aws s3 sync images/bio-optimized s3://weiss-gruber-jeanette/bio-optimized --endpoint-url https://s3.fr-par.scw.cloud --acl public-read"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"leaflet": "^1.9.4",
"leaflet-fullscreen": "^1.0.2",
"leaflet.fullscreen": "^4.0.0",
"lucide-react": "^0.456.0",
"next": "^15.5.7",
"papaparse": "^5.5.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^3.1.1",
"yet-another-react-lightbox": "^3.25.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.13",
"@types/node": "^20",
"@types/papaparse": "^5.3.16",
"@types/react": "19.2.2",
"eslint": "^8",
"eslint-config-next": "15.0.5",
"postcss": "^8",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}