{ "name": "docs", "private": true, "version": "0.0.0", "scripts": { "dev": "vite", "preview": "vite preview", "tsc": "tsc --watch" }, "dependencies": { "@mapbox/vector-tile": "^1.3.1", "@radix-ui/react-dialog": "^0.1.7", "@radix-ui/react-icons": "^1.1.0", "@radix-ui/react-label": "^0.1.5", "@radix-ui/react-toolbar": "^0.1.5", "@stitches/react": "^1.2.8", "@textea/json-viewer": "^2.11.2", "d3-path": "^3.0.1", "d3-scale-chromatic": "^3.0.0", "fflate": "^0.7.3", "leaflet": "^1.8.0", "maplibre-gl": "^2.1.9", "pbf": "^3.2.1", "protomaps": "^1.19.0", "protomaps-themes-base": "1.2.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-dropzone": "^14.1.1", "react-svg-pan-zoom": "^3.11.0", "react-use": "^17.4.0" }, "devDependencies": { "@types/d3-path": "^3.0.0", "@types/d3-scale-chromatic": "^3.0.0", "@types/leaflet": "^1.7.9", "@types/mapbox__vector-tile": "^1.3.0", "@types/pako": "^1.0.3", "@types/pbf": "^3.0.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-svg-pan-zoom": "^3.3.5", "@vitejs/plugin-react": "^1.3.0", "typescript": "^4.6.3", "vite": "^2.9.13" }, "overrides": { "react": "$react", "react-dom": "$react-dom" } }