{ "name": "@streamclipper/frontend", "private": true, "version": "0.1.0", "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start" }, "dependencies": { "@streamclipper/db": "workspace:*", "@tailwindcss/postcss": "^4.3.3", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "jose": "^5.9.6", "lucide-react": "^1.38.0", "next": "^15.1.0", "radix-ui": "^1.6.7", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.3.3", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/node": "^22.10.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.7.0" } }