✨ MAJOR FEATURES: • Auto-zoom intelligence với smart bounds fitting • Enhanced 3D GPS markers với pulsing effects • Professional route display với 6-layer rendering • Status-based parking icons với availability indicators • Production-ready build optimizations 🗺️ AUTO-ZOOM FEATURES: • Smart bounds fitting cho GPS + selected parking • Adaptive padding (50px) cho visual balance • Max zoom control (level 16) để tránh quá gần • Dynamic centering khi không có selection 🎨 ENHANCED VISUALS: • 3D GPS marker với multi-layer pulse effects • Advanced parking icons với status colors • Selection highlighting với animation • Dimming system cho non-selected items 🛣️ ROUTE SYSTEM: • OpenRouteService API integration • Multi-layer route rendering (glow, shadow, main, animated) • Real-time distance & duration calculation • Visual route info trong popup 📱 PRODUCTION READY: • SSR safe với dynamic imports • Build errors resolved • Global deployment via Vercel • Optimized performance 🌍 DEPLOYMENT: • Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app • Bundle size: 22.8 kB optimized • Global CDN distribution • HTTPS enabled 💾 VERSION CONTROL: • MapView-v2.0.tsx backup created • MAPVIEW_VERSIONS.md documentation • Full version history tracking
69 lines
2.2 KiB
JSON
69 lines
2.2 KiB
JSON
{
|
|
"name": "lucide-react",
|
|
"description": "A Lucide icon library package for React applications",
|
|
"version": "0.292.0",
|
|
"license": "ISC",
|
|
"homepage": "https://lucide.dev",
|
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lucide-icons/lucide.git",
|
|
"directory": "packages/lucide-react"
|
|
},
|
|
"keywords": [
|
|
"Lucide",
|
|
"Angular",
|
|
"Feather",
|
|
"Icons",
|
|
"Icon",
|
|
"SVG",
|
|
"Feather Icons",
|
|
"Fontawesome",
|
|
"Font Awesome"
|
|
],
|
|
"author": "Eric Fennis",
|
|
"amdName": "lucide-react",
|
|
"main": "dist/cjs/lucide-react.js",
|
|
"main:umd": "dist/umd/lucide-react.js",
|
|
"module": "dist/esm/lucide-react.js",
|
|
"unpkg": "dist/umd/lucide-react.min.js",
|
|
"typings": "dist/lucide-react.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"dynamicIconImports.js",
|
|
"dynamicIconImports.js.map",
|
|
"dynamicIconImports.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^11.2.6",
|
|
"@types/prop-types": "^15.7.5",
|
|
"@types/react": "^18.0.21",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"rollup": "^3.5.1",
|
|
"rollup-plugin-dts": "^5.0.0",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^4.3.9",
|
|
"vitest": "^0.32.2",
|
|
"@lucide/build-icons": "1.0.0",
|
|
"@lucide/rollup-plugins": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm typecheck && pnpm build:bundles",
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
"clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.ts && rm -f dynamicIconImports.*",
|
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --withAliases --withDynamicImports --separateAliasesFile --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
|
|
"build:types": "node ./scripts/buildTypes.mjs",
|
|
"build:bundles": "rollup -c ./rollup.config.mjs",
|
|
"typecheck": "tsc",
|
|
"typecheck:watch": "tsc -w",
|
|
"test": "vitest run",
|
|
"version": "pnpm version --git-tag-version=false"
|
|
}
|
|
} |