cropintel / package.json
Jaithra Polavarapu
feat: add Firebase auth/farms backend alongside existing frontend
fb030a8
Raw
History Blame Contribute Delete
990 Bytes
{
"name": "cropintel-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3050",
"dev:clean": "rm -rf .next && next dev -H 0.0.0.0 -p 3050",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3050",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.20.8",
"@types/leaflet": "^1.9.8",
"dotted-map": "^2.2.3",
"firebase": "^12.15.0",
"framer-motion": "^12.27.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.562.0",
"next": "^14.0.0",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
}
}