✨ 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
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "is-bun-module",
|
|
"author": "SunsetTechuila <techuila.sunset@gmail.com>",
|
|
"description": "Is this specifier a Bun core module or supported Node one?",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"main": "./dist/generic.js",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./dist/bun.mjs",
|
|
"types": "./dist/generic.d.ts",
|
|
"default": "./dist/generic.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://github.com/SunsetTechuila/is-bun-module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SunsetTechuila/is-bun-module.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SunsetTechuila/is-bun-module/issues"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"modules",
|
|
"module",
|
|
"node",
|
|
"dependencies",
|
|
"bun"
|
|
],
|
|
"scripts": {
|
|
"build": "bun tsup",
|
|
"check-all": "bun concurrently --kill-others=failure 'bun run test' 'bun lint' 'bun type-check' 'bun format:check'",
|
|
"precheck-all": "bun run build",
|
|
"test": "bun test",
|
|
"format": "bun format:base --write",
|
|
"format:check": "bun format:base --check",
|
|
"format:base": "bun prettier . --cache",
|
|
"lint": "bun eslint . --cache",
|
|
"type-check": "bun tsc",
|
|
"get-bun-blogs": "bun scripts/getBunBlogs.ts",
|
|
"publish": "bun semantic-release",
|
|
"prepare": "bun husky"
|
|
},
|
|
"dependencies": {
|
|
"semver": "^7.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@eslint/js": "^9.22.0",
|
|
"@semantic-release/exec": "^7.0.3",
|
|
"@types/bun": "^1.2.5",
|
|
"@types/semver": "^7.5.8",
|
|
"concurrently": "^9.1.2",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.5.3",
|
|
"semantic-release": "^24.2.3",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "~5.8.2",
|
|
"typescript-eslint": "^8.26.1"
|
|
}
|
|
}
|