| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "example-image",
- "version": "0.1.7",
- "type": "module",
- "private": true,
- "scripts": {
- "dev": "portless image-demo.json-render next dev --turbopack",
- "build": "next build",
- "start": "next start",
- "check-types": "tsc --noEmit",
- "lint": "eslint --max-warnings 0"
- },
- "dependencies": {
- "@json-render/core": "workspace:*",
- "@json-render/image": "workspace:*",
- "@resvg/resvg-js": "^2.6.2",
- "satori": "^0.19.2",
- "@tailwindcss/postcss": "^4.1.18",
- "ai": "6.0.103",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "geist": "^1.7.0",
- "lucide-react": "^0.575.0",
- "next": "16.1.6",
- "radix-ui": "^1.4.3",
- "react": "19.2.4",
- "react-dom": "19.2.4",
- "react-resizable-panels": "^4.4.1",
- "tailwind-merge": "^3.5.0",
- "tailwindcss": "^4.1.18",
- "@upstash/ratelimit": "^2.0.8",
- "@upstash/redis": "^1.37.0",
- "zod": "4.3.6"
- },
- "devDependencies": {
- "@internal/eslint-config": "workspace:*",
- "@internal/typescript-config": "workspace:*",
- "@types/node": "^22.10.0",
- "@types/react": "19.2.3",
- "@types/react-dom": "19.2.3",
- "eslint": "^9.39.1",
- "shadcn": "^3.8.5",
- "tw-animate-css": "^1.4.0",
- "typescript": "^5.7.2"
- }
- }
|