Spaces:
Build error
Build error
| { | |
| "name": "hf-public-data-insights", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@duckdb/duckdb-wasm": "^1.29.0", | |
| "next": "14.2.15", | |
| "react": "^18", | |
| "react-dom": "^18" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5", | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1" | |
| } | |
| } | |