{ "name": "my-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start" }, "dependencies": { "@mapbox/mapbox-gl-directions": "^4.3.1", "@mapbox/mapbox-gl-geocoder": "^5.1.2", "@types/mapbox-gl": "^3.4.1", "csv-parser": "^3.2.0", "mapbox-gl": "^3.15.0", "next": "15.5.4", "react": "19.1.0", "react-dom": "19.1.0", "react-map-gl": "^8.0.4" }, "devDependencies": { "@skeletonlabs/skeleton": "^3.2.2", "@skeletonlabs/skeleton-react": "^1.4.1", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", "typescript": "^5" } }