mirror of
https://github.com/vercel-labs/json-render.git
synced 2026-09-14 13:41:32 +08:00
9adcc09204
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "example-react-pdf",
|
|
"version": "0.1.11",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "command -v portless >/dev/null 2>&1 || (echo '\\nportless is required but not installed. Run: npm i -g portless\\nSee: https://github.com/vercel-labs/portless\\n' && exit 1)",
|
|
"dev": "portless react-pdf-demo.json-render next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/gateway": "^3.0.52",
|
|
"@json-render/core": "workspace:*",
|
|
"@json-render/react-pdf": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"ai": "6.0.94",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"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/typescript-config": "workspace:*",
|
|
"@types/node": "^22.10.0",
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3",
|
|
"shadcn": "^3.8.5",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|