{ "name": "asset-bridge-3d", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "^16.1.7", "react": "^18.3.0", "react-dom": "^18.3.0", "react-dropzone": "^14.2.3" }, "devDependencies": { "@types/busboy": "^1.5.4", "@types/node": "^20.14.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "typescript": "^5.4.5" } }