-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 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
32
33
34
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.19.3",
"@turf/turf": "^7.2.0",
"axios": "^1.11.0",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"recharts": "^3.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/leaflet": "^1.9.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"postcss": "^8.5.5",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}