mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
746dc5b522
* chore: init fumadocs * vinext init * fix dev * tweaks * tweaks * tweaks * prefer exports * tweaks * try new approach * update * tweaks * Update * exclude deps * update * revert * tweaks * tweaks * tweaks * tweaks * pre include @unpic/react * clientReferenceDedup * tweaks
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "fumadocs-docs-template",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vp dev",
|
|
"build": "vp build",
|
|
"preview": "vp preview",
|
|
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@takumi-rs/image-response": "catalog:",
|
|
"fumadocs-core": "catalog:",
|
|
"fumadocs-mdx": "catalog:",
|
|
"fumadocs-ui": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"next": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"tailwind-merge": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "catalog:",
|
|
"@tailwindcss/vite": "catalog:",
|
|
"@types/mdx": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"postcss": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"vite": "catalog:",
|
|
"wrangler": "catalog:",
|
|
"@cloudflare/vite-plugin": "catalog:"
|
|
}
|
|
}
|