37 lines
886 B
JSON
37 lines
886 B
JSON
{
|
|
"name": "aero-echo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.2",
|
|
"@mui/material": "^7.3.2",
|
|
"@tailwindcss/postcss": "^4.1.15",
|
|
"@types/leaflet": "^1.9.20",
|
|
"axios": "^1.12.2",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.546.0",
|
|
"next": "15.5.3",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-leaflet": "^5.0.0",
|
|
"react-leaflet-markercluster": "^5.0.0-rc.0",
|
|
"socket.io-client": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.15"
|
|
}
|
|
}
|