mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
Some checks are pending
Continuous Integration / Build App (push) Waiting to run
Continuous Integration / Build Docker Image (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Playwright Tests / E2E Tests (push) Waiting to run
Extract and upload translations / Extract and upload translations (push) Waiting to run
36 lines
926 B
JSON
36 lines
926 B
JSON
{
|
|
"name": "@documenso/docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"fumadocs-core": "16.5.0",
|
|
"fumadocs-mdx": "14.2.6",
|
|
"fumadocs-ui": "16.5.0",
|
|
"lucide-react": "^0.563.0",
|
|
"mermaid": "^11.12.2",
|
|
"next": "16.2.4",
|
|
"next-plausible": "^3.12.5",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.1.0",
|
|
"@types/react": "^19.2.10",
|
|
"@types/react-dom": "^19.2.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|