2026-03-25 22:05:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "convex-next-saas",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2026-03-29 22:29:43 +00:00
|
|
|
"dev": "next dev --webpack",
|
2026-03-25 22:05:06 +00:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-29 22:29:43 +00:00
|
|
|
"@convex-dev/better-auth": "^0.11.4",
|
2026-03-30 22:07:33 +00:00
|
|
|
"@hookform/resolvers": "^5.2.2",
|
2026-03-30 20:11:08 +00:00
|
|
|
"@hugeicons/core-free-icons": "^4.1.1",
|
|
|
|
|
"@hugeicons/react": "^1.1.6",
|
2026-03-30 22:07:33 +00:00
|
|
|
"@wrksz/themes": "^0.7.9",
|
2026-03-29 22:29:43 +00:00
|
|
|
"better-auth": "^1.5.6",
|
2026-03-30 20:11:08 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-03-26 23:14:51 +00:00
|
|
|
"convex": "^1.34.0",
|
2026-03-25 22:05:06 +00:00
|
|
|
"next": "16.2.1",
|
2026-03-27 22:43:18 +00:00
|
|
|
"next-intl": "^4.8.3",
|
2026-03-30 20:11:08 +00:00
|
|
|
"radix-ui": "^1.4.3",
|
2026-03-25 22:05:06 +00:00
|
|
|
"react": "19.2.4",
|
2026-03-30 20:11:08 +00:00
|
|
|
"react-dom": "19.2.4",
|
2026-03-30 22:07:33 +00:00
|
|
|
"react-hook-form": "^7.72.0",
|
2026-04-21 19:37:09 +00:00
|
|
|
"resend": "^6.12.2",
|
2026-03-30 20:11:08 +00:00
|
|
|
"shadcn": "^4.1.1",
|
2026-03-30 22:07:33 +00:00
|
|
|
"sonner": "^2.0.7",
|
2026-03-30 20:11:08 +00:00
|
|
|
"tailwind-merge": "^3.5.0",
|
2026-03-30 22:07:33 +00:00
|
|
|
"tw-animate-css": "^1.4.0",
|
|
|
|
|
"zod": "^4.3.6"
|
2026-03-25 22:05:06 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-03-29 22:29:43 +00:00
|
|
|
"@better-auth/cli": "^1.4.21",
|
2026-03-25 22:05:06 +00:00
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint-config-next": "16.2.1",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|