{ "name": "@slot/web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "next lint" }, "dependencies": { "@slot/auth": "workspace:*", "@slot/db": "workspace:*", "@slot/themes": "workspace:*", "@tailwindcss/postcss": "^4.2.4", "clsx": "^2.1.1", "drizzle-orm": "^0.36.4", "framer-motion": "^12.38.0", "lucide-react": "^1.11.0", "next": "^15.1.0", "postcss": "^8.5.12", "postgres": "^3.4.5", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwindcss": "^4.2.4" }, "devDependencies": { "@types/node": "^22.10.0", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "eslint": "^9.17.0", "eslint-config-next": "^15.1.0", "typescript": "^5.7.2" } }