-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 740 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
{
"name": "aq-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/leaflet": "^1.9.20",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"axios": "^1.16.0",
"chart.js": "^4.5.0",
"leaflet": "^1.9.4",
"next": "^15.0.0",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.3",
"react-leaflet": "^5.0.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/node": "^24.0.0"
},
"scripts": {
"dev": "next dev -p 5000 -H 0.0.0.0",
"start": "next dev -p 5000 -H 0.0.0.0",
"build": "next build",
"serve": "next start -p 5000 -H 0.0.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}