{ "name": "bitip-frontend", "version": "1.0.3", "description": "Bitip Frontend - GeoIP Web Interface", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint .", "lint:fix": "eslint . --fix", "clean": "rimraf dist" }, "dependencies": { "axios": "^1.12.2", "leaflet": "^1.9.4", "lucide-react": "^0.544.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-leaflet": "^5.0.0", "react-router-dom": "^7.9.3" }, "devDependencies": { "@types/leaflet": "^1.9.18", "@types/react": "^19.1.16", "@types/react-dom": "^19.1.9", "@typescript-eslint/eslint-plugin": "^8.45.0", "@typescript-eslint/parser": "^8.45.0", "@vitejs/plugin-react": "^5.0.4", "eslint": "^9.36.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.22", "globals": "^16.4.0", "prettier": "^3.4.2", "rimraf": "^6.0.1", "typescript": "^5.9.2", "vite": "^7.1.7" } }