airbnb-data-viz / package.json
Caleb Fahlgren
add custom charts and statistical queries for dataset
140cc17
raw
history blame contribute delete
786 Bytes
{
"name": "airbnb-spatial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.1-dev106.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slider": "^1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"recharts": "^2.12.7",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}