- Added Sentry integration for error tracking across various components, including error boundaries and user actions. - Updated global error handling to capture exceptions and provide detailed feedback to users. - Enhanced user notifications with toast messages for actions such as credit management, image generation, and canvas exports. - Improved user experience by displaying relevant messages during interactions, ensuring better visibility of system states and errors.
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "webapp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NEXT_DEV_SUPPRESS_HYDRATION=1 next dev",
|
|
"dev:strict": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@convex-dev/better-auth": "^0.11.3",
|
|
"@daveyplate/better-auth-ui": "^3.4.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@napi-rs/canvas": "^0.1.97",
|
|
"@polar-sh/better-auth": "^1.8.3",
|
|
"@polar-sh/sdk": "^0.46.7",
|
|
"@sentry/nextjs": "^10.46.0",
|
|
"@xyflow/react": "^12.10.1",
|
|
"better-auth": "^1.5.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"convex": "^1.34.0",
|
|
"framer-motion": "^12.38.0",
|
|
"goey-toast": "^0.3.0",
|
|
"ioredis": "^5.10.1",
|
|
"jimp": "^1.6.0",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^1.6.0",
|
|
"next": "16.2.1",
|
|
"next-themes": "^0.4.6",
|
|
"optional": "^0.1.4",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"resend": "^4.8.0",
|
|
"shadcn": "^4.1.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/ioredis": "^5.0.0",
|
|
"@types/jszip": "^3.4.1",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|