web/package.json

65 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
2025-02-21 00:03:39 +00:00
"@prisma/client": "^6.4.1",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
2025-02-23 14:32:56 +00:00
"@web3icons/react": "^4.0.10",
2025-03-07 12:41:37 +00:00
"axios": "^1.8.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookies-next": "^5.1.0",
2025-03-04 01:16:06 +00:00
"framer-motion": "^12.4.10",
"geist": "^1.3.1",
2025-01-26 00:07:56 -05:00
"js-cookie": "^3.0.5",
"lucide-react": "^0.474.0",
2025-03-04 01:16:06 +00:00
"next": "^15.2.1",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.4",
"password-validator": "^5.3.0",
2025-02-21 00:03:39 +00:00
"prisma": "^6.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-typed": "^2.0.12",
"tailwind-merge": "^2.6.0",
"validator": "^13.12.0",
"zod": "^3.24.2"
},
"devDependencies": {
2025-02-22 00:02:48 +00:00
"@eslint/eslintrc": "^3.3.0",
2025-03-07 12:41:37 +00:00
"@tailwindcss/postcss": "^4.0.12",
2025-01-26 00:07:56 -05:00
"@types/js-cookie": "^3.0.6",
2025-03-08 12:31:33 +00:00
"@types/node": "^20.17.24",
2025-02-17 11:43:15 -05:00
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/validator": "^13.12.2",
2025-03-08 01:08:15 +00:00
"eslint": "^9.22.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
2025-03-07 12:41:37 +00:00
"tailwindcss": "^4.0.12",
2025-03-01 00:03:03 +00:00
"typescript": "^5.8.2"
}
}