forgedb 0.2.1

ForgeDB — an application database generator. Compiles a declarative .forge schema into tailored Rust database code, a TypeScript SDK, and a REST API.
Documentation
{
	"name": "@forgedb/inspector",
	"version": "0.0.0",
	"private": true,
	"type": "module",
	"scripts": {
		"dev": "next dev --port 3200",
		"build": "next build",
		"start": "next start --port 3200",
		"typecheck": "tsc --noEmit",
		"clean": "rm -rf .next out",
		"ui:add": "shadcn@latest add",
		"tauri": "tauri"
	},
	"dependencies": {
		"@dagrejs/dagre": "^3.0.0",
		"@tauri-apps/api": "^2.11.1",
		"@tauri-apps/plugin-dialog": "^2.7.1",
		"@tauri-apps/plugin-http": "^2.5.9",
		"@tauri-apps/plugin-opener": "^2.5.4",
		"@tauri-apps/plugin-websocket": "^2.4.2",
		"@xyflow/react": "^12.11.2",
		"class-variance-authority": "^0.7.1",
		"clsx": "^2.1.1",
		"cmdk": "^1.1.1",
		"date-fns": "^4.4.0",
		"jotai": "^2.11.0",
		"lucide-react": "^0.469.0",
		"next": "^16.2.10",
		"next-themes": "^0.4.6",
		"radix-ui": "^1.6.0",
		"react": "^19.2.7",
		"react-day-picker": "^10.0.1",
		"react-dom": "^19.2.7",
		"react-resizable-panels": "^4.12.1",
		"recharts": "3.8.0",
		"shadcn": "^4.13.0",
		"sonner": "^2.0.7",
		"tailwind-merge": "^2.6.0",
		"vaul": "^1.1.2"
	},
	"devDependencies": {
		"@tailwindcss/cli": "^4.3.2",
		"@tauri-apps/cli": "^2.11.4",
		"@tailwindcss/postcss": "^4.0.0",
		"@types/node": "^22.10.0",
		"@types/react": "^19.2.17",
		"@types/react-dom": "^19.2.3",
		"tailwindcss": "^4.0.0",
		"tw-animate-css": "^1.0.0",
		"typescript": "^5.7.0"
	}
}