use /render export
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Render } from "@reacteditor/core";
|
import { Render } from "@reacteditor/core/render";
|
||||||
import { appConfig } from "@/editor.config";
|
import { appConfig } from "@/editor.config";
|
||||||
import globals from "@/app.globals.json";
|
import globals from "@/app.globals.json";
|
||||||
|
|
||||||
|
|||||||
15
package.json
15
package.json
@@ -8,12 +8,7 @@
|
|||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ai-sdk/anthropic": "^3.0.35",
|
|
||||||
"@ai-sdk/openai": "^3.0.25",
|
|
||||||
"@ai-sdk/react": "^3.0.70",
|
|
||||||
"@neondatabase/serverless": "^1.0.2",
|
|
||||||
"@openrouter/ai-sdk-provider": "^2.1.1",
|
|
||||||
"@radix-ui/react-accordion": "^1.2.3",
|
"@radix-ui/react-accordion": "^1.2.3",
|
||||||
"@radix-ui/react-alert-dialog": "^1.1.6",
|
"@radix-ui/react-alert-dialog": "^1.1.6",
|
||||||
"@radix-ui/react-aspect-ratio": "^1.1.2",
|
"@radix-ui/react-aspect-ratio": "^1.1.2",
|
||||||
@@ -41,12 +36,10 @@
|
|||||||
"@radix-ui/react-toggle": "^1.1.2",
|
"@radix-ui/react-toggle": "^1.1.2",
|
||||||
"@radix-ui/react-toggle-group": "^1.1.2",
|
"@radix-ui/react-toggle-group": "^1.1.2",
|
||||||
"@radix-ui/react-tooltip": "^1.1.8",
|
"@radix-ui/react-tooltip": "^1.1.8",
|
||||||
"@reacteditor/core": "0.0.35",
|
"@reacteditor/core": "0.0.39",
|
||||||
"@remixicon/react": "^4.6.0",
|
"@remixicon/react": "^4.6.0",
|
||||||
"@supabase/supabase-js": "^2.95.0",
|
"@supabase/supabase-js": "^2.95.0",
|
||||||
"@tailwindcss/postcss": "^4.0.0",
|
"@tailwindcss/postcss": "^4.0.0",
|
||||||
"@xyflow/react": "^12.10.0",
|
|
||||||
"ai": "^6.0.62",
|
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cmdk": "^1.0.4",
|
"cmdk": "^1.0.4",
|
||||||
@@ -67,14 +60,10 @@
|
|||||||
"react-resizable-panels": "^4.5.8",
|
"react-resizable-panels": "^4.5.8",
|
||||||
"react-router": "^7",
|
"react-router": "^7",
|
||||||
"recharts": "^3.7.0",
|
"recharts": "^3.7.0",
|
||||||
"shiki": "^3.21.0",
|
|
||||||
"sonner": "^2.0.7",
|
"sonner": "^2.0.7",
|
||||||
"streamdown": "^2.1.0",
|
|
||||||
"tailwind-merge": "^3.0.1",
|
"tailwind-merge": "^3.0.1",
|
||||||
"tailwindcss": "^4.0.0",
|
"tailwindcss": "^4.0.0",
|
||||||
"tokenlens": "^1.3.1",
|
|
||||||
"tw-animate-css": "^1.0.0",
|
"tw-animate-css": "^1.0.0",
|
||||||
"use-stick-to-bottom": "^1.0.0",
|
|
||||||
"vaul": "^1.1.2",
|
"vaul": "^1.1.2",
|
||||||
"zod": "^4.3.5"
|
"zod": "^4.3.5"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user