Spaces:
Running
Running
File size: 778 Bytes
59abb4f | 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 | {
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"prewarm": "node scripts/prewarm.mjs",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"autoprefixer": "^10.5.0",
"clsx": "^2.1.1",
"geist": "^1.7.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.511.0",
"next": "16.2.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-leaflet": "^5.0.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}
|