{ "name": "drone-detection-client", "version": "1.0.0", "description": "Frontend for drone detection system", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.15.0", "react-leaflet": "^4.2.1", "leaflet": "^1.9.4", "socket.io-client": "^4.7.2", "axios": "^1.5.0", "recharts": "^2.8.0", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "tailwindcss": "^3.3.3", "date-fns": "^2.30.0", "react-hot-toast": "^2.4.1", "framer-motion": "^10.16.4", "classnames": "^2.3.2" }, "devDependencies": { "@vitejs/plugin-react": "^4.0.3", "vite": "^4.4.5", "autoprefixer": "^10.4.15", "postcss": "^8.4.29", "eslint": "^8.45.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "@types/leaflet": "^1.9.4" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }