Files
lemonspace_app/package.json
Matthias f3c5c2d8f1 Enhance canvas functionality with new node types and validation
- Added support for new canvas node types: curves, color-adjust, light-adjust, detail-adjust, and render.
- Implemented validation for adjustment nodes to restrict incoming edges to one.
- Updated canvas connection validation to improve user feedback on invalid connections.
- Enhanced node creation and rendering logic to accommodate new node types and their properties.
- Refactored related components and utilities for better maintainability and performance.
2026-04-02 11:39:05 +02:00

62 lines
1.6 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",
"@radix-ui/react-slider": "^1.3.6",
"@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",
"cmdk": "^1.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-intl": "^4.8.4",
"next-themes": "^0.4.6",
"optional": "^0.1.4",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-resizable-panels": "^4.8.0",
"resend": "^4.8.0",
"shadcn": "^4.1.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"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"
}
}