{ "name": "my-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@neshan-maps-platform/leaflet": "^1.0.8", "@reduxjs/toolkit": "^2.11.2", "@tailwindcss/vite": "^4.1.14", "axios": "^1.13.2", "framer-motion": "^12.23.26", "leaflet": "^1.9.4", "mapbox-gl": "^3.17.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-icons": "^5.5.0", "react-leaflet": "^5.0.0", "react-map-gl": "^8.1.0", "react-redux": "^9.2.0", "react-router-dom": "^7.9.4", "recharts": "^3.6.0", "tailwind-scrollbar-hide": "^4.0.0", "tailwindcss": "^4.1.14" }, "devDependencies": { "@eslint/js": "^9.36.0", "@types/react": "^19.1.16", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.4", "eslint": "^9.36.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.22", "globals": "^16.4.0", "vite": "^7.3.0", "vite-plugin-svgr": "^4.5.0" } }