forgedb 0.2.0

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/website",
	"version": "0.0.0",
	"private": true,
	"type": "module",
	"scripts": {
		"dev": "next dev --port 3100",
		"prebuild": "bun run scripts/build-search-index.ts",
		"build": "next build",
		"start": "next start --port 3100",
		"typecheck": "tsc --noEmit",
		"rewrite:watch": "bun scripts/rewrite-watch.ts",
		"rewrite:dev": "bun scripts/dev-rewrite.ts",
		"rewrite:brief": "bun scripts/rewrite-brief.ts",
		"search-index": "bun run scripts/build-search-index.ts",
		"clean": "rm -rf .next out public/search-index.json",
		"ui:add": "shadcn@latest add"
	},
	"dependencies": {
		"@vercel/analytics": "^2.0.1",
		"class-variance-authority": "^0.7.1",
		"clsx": "^2.1.1",
		"cmdk": "^1.1.1",
		"dedent": "^1.7.2",
		"github-slugger": "^2.0.0",
		"gray-matter": "^4.0.3",
		"jotai": "^2.11.0",
		"lucide-react": "^0.469.0",
		"next": "^16.2.10",
		"next-mdx-remote": "^5.0.0",
		"next-themes": "^0.4.6",
		"posthog-js": "^1.407.0",
		"radix-ui": "^1.6.0",
		"react": "^19.2.7",
		"react-dom": "^19.2.7",
		"rehype-autolink-headings": "^7.1.0",
		"rehype-pretty-code": "^0.14.1",
		"rehype-slug": "^6.0.0",
		"remark-gfm": "^4.0.1",
		"shiki": "^1.29.2",
		"sonner": "^2.0.7",
		"tailwind-merge": "^2.6.0"
	},
	"devDependencies": {
		"@tailwindcss/postcss": "^4.0.0",
		"@types/node": "^22.10.0",
		"@types/react": "^19.2.17",
		"@types/react-dom": "^19.2.3",
		"shadcn": "^4.13.0",
		"tailwindcss": "^4.0.0",
		"tw-animate-css": "^1.0.0",
		"typescript": "^5.7.0"
	}
}