Snaplocal / client /package.json
Kuruva Laxmi
SnapLocal MVP - Complete platform with 4 MVP features
0f8617c
Raw
History Blame Contribute Delete
859 Bytes
{
"name": "client",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@react-google-maps/api": "^2.20.8",
"@tailwindcss/postcss": "^4.2.1",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"axios": "^1.13.6",
"framer-motion": "^12.36.0",
"lucide-react": "^0.577.0",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1",
"tailwindcss": "^4.2.1",
"vite": "^8.0.0"
},
"dependencies": {
"leaflet": "^1.9.4",
"react-leaflet": "^5.0.0",
"socket.io-client": "^4.8.3"
}
}