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>
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "example-next-website-builder",
|
|
"version": "0.1.1",
|
|
"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 next-website-builder-demo.json-render next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@json-render/core": "workspace:*",
|
|
"@json-render/react": "workspace:*",
|
|
"@json-render/next": "workspace:*",
|
|
"@json-render/shadcn": "workspace:*",
|
|
"@visual-json/react": "0.3.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"geist": "^1.7.0",
|
|
"lucide-react": "^1.6.0",
|
|
"next": "16.2.1",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-resizable-panels": "^4.7.6",
|
|
"tailwind-merge": "^3.5.0",
|
|
"zod": "4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@internal/typescript-config": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/node": "^22.10.0",
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3",
|
|
"tailwindcss": "^4.2.2",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|