{
	"name": "docs",
	"version": "0.1.0",
	"private": true,
	"type": "module",
	"scripts": {
		"dev": "next dev --turbopack -p 3006",
		"build": "next build",
		"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind",
		"start": "serve ./out -p 3006",
		"type-check": "tsc --noEmit"
	},
	"dependencies": {
		"next": "catalog:",
		"nextra": "^4.3.0",
		"nextra-theme-docs": "^4.3.0",
		"pagefind": "^1.3.0",
		"react": "catalog:react19",
		"react-dom": "catalog:react19"
	},
	"devDependencies": {
		"@tailwindcss/postcss": "^4.1.12",
		"@types/node": "catalog:",
		"@types/react": "catalog:react19",
		"@types/react-dom": "catalog:react19",
		"autoprefixer": "catalog:",
		"postcss": "catalog:",
		"postcss-import": "^16.1.1",
		"serve": "^14.2.4",
		"tailwindcss": "^4.1.12",
		"tsconfig": "workspace:^",
		"typescript": "catalog:"
	}
}
