Files
orca/docs/site/package.json
T
Neil 6aba202d5e feat(docs): publish OSS docs with stable releases
Publish the standalone docs site under docs/site and deploy it on stable desktop releases.
2026-08-30 23:51:25 -07:00

52 lines
1.2 KiB
JSON

{
"name": "@orca/docs",
"version": "0.1.0",
"private": true,
"description": "Open-source Orca product documentation site (https://www.onorca.dev/docs)",
"scripts": {
"dev": "next dev --port 3004",
"build": "next build",
"start": "next start --port 3004",
"lint": "eslint",
"test": "node --test tests/*.test.mjs",
"postinstall": "fumadocs-mdx",
"prebuild": "fumadocs-mdx"
},
"dependencies": {
"clsx": "^2.1.1",
"fumadocs-core": "^16.8.4",
"fumadocs-mdx": "^14.3.1",
"fumadocs-ui": "^16.8.4",
"lucide-react": "^1.6.0",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5",
"vercel": "50.37.0"
},
"engines": {
"node": "22.x"
},
"packageManager": "pnpm@10.24.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"unrs-resolver"
]
}
}