Files
Laca-City/backend/node_modules/app-root-path/package.json
PhongPham c65cc97a33 🎯 MapView v2.0 - Global Deployment Ready
 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
2025-07-20 19:52:16 +07:00

67 lines
1.6 KiB
JSON

{
"name": "app-root-path",
"version": "3.1.0",
"description": "Determine an app's root path from anywhere inside the app",
"main": "index.js",
"browser": "browser-shim.js",
"scripts": {
"test": "nyc mocha -R spec",
"report-coverage": "npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
"release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"commit": "npx git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/inxilpro/node-app-root-path.git"
},
"keywords": [
"root",
"path",
"utility",
"util",
"node",
"module",
"modules",
"node_modules",
"require",
"app"
],
"author": "Chris Morrell <http://cmorrell.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inxilpro/node-app-root-path/issues"
},
"homepage": "https://github.com/inxilpro/node-app-root-path",
"devDependencies": {
"codecov": "^3.6.1",
"coveralls": "^3.0.7",
"cracks": "^3.1.2",
"cz-conventional-changelog": "^3.0.2",
"ghooks": "^2.0.4",
"istanbul": "^0.3.4",
"mocha": "^6.2.2",
"mocha-lcov-reporter": "0.0.1",
"mockery": "^1.7.0",
"nyc": "^14.1.1",
"semantic-release": "^15.13.28",
"validate-commit-msg": "^2.14.0"
},
"engines": {
"node": ">= 6.0.0"
},
"release": {
"branch": "master"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg",
"post-merge": "npm install",
"post-rewrite": "npm install"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}