76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"lint": "PORT=0 next lint"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sharp",
|
|
"unrs-resolver"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@polar-sh/nextjs": "^0.4.11",
|
|
"@polar-sh/sdk": "^0.40.2",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.2.2",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@stytch/nextjs": "^21.13.0",
|
|
"@stytch/vanilla-js": "^5.38.1",
|
|
"@tanstack/react-query": "^5.90.5",
|
|
"@tanstack/react-query-devtools": "^5.90.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.23.24",
|
|
"jwt-decode": "^4.0.0",
|
|
"lucide-react": "^0.542.0",
|
|
"next": "16.0.10",
|
|
"nodemailer": "^6.10.1",
|
|
"react": "latest",
|
|
"react-day-picker": "^9.11.0",
|
|
"react-dom": "latest",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-hook-form": "^7.62.0",
|
|
"recharts": "^3.3.0",
|
|
"sonner": "^2.0.7",
|
|
"stytch": "^12.42.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "5.7.3",
|
|
"zod": "^4.1.5",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/nodemailer": "^6.4.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.10.7",
|
|
"@types/react": "19.0.7",
|
|
"@types/react-dom": "19.0.3",
|
|
"autoprefixer": "10.4.20",
|
|
"canvas": "^3.2.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-next": "^16.0.10",
|
|
"postcss": "8.5.1",
|
|
"sharp": "^0.34.5",
|
|
"tailwindcss": "3.4.17"
|
|
}
|
|
}
|