{ "name": "web", "version": "0.0.1", "type": "module", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@workspace/ui": "workspace:*", "lucide-react": "0.456.0", "next-themes": "^0.4.3", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/node": "^20", "@types/react": "18.3.0", "@types/react-dom": "18.3.1", "@workspace/eslint-config": "workspace:^", "@workspace/typescript-config": "workspace:*", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }