web/package.json
2025-04-22 09:07:32 -04:00

74 lines
2.0 KiB
JSON

{
"name": "web",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@prisma/client": "^6.6.0",
"@radix-ui/react-avatar": "^1.1.6",
"@radix-ui/react-collapsible": "^1.1.7",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.11",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.10",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.3",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.8",
"@radix-ui/react-tooltip": "^1.2.3",
"@web3icons/react": "^4.0.13",
"altcha": "^1.4.2",
"altcha-lib": "^1.2.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookies-next": "^5.1.0",
"framer-motion": "^12.7.4",
"geist": "^1.3.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.487.0",
"motion": "^12.7.4",
"next": "^15.3.1",
"next-auth": "^5.0.0-beta.26",
"next-themes": "^0.4.6",
"password-validator": "^5.3.0",
"prisma": "^6.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.0",
"react-icons": "^5.5.0",
"react-typed": "^2.0.12",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"validator": "^13.15.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.30",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/validator": "^13.15.0",
"eslint": "^9.25.1",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"trustedDependencies": [
"altcha"
]
}