mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 21:21:37 +10:00
32 lines
769 B
JSON
32 lines
769 B
JSON
{
|
|
"name": "@documenso/documentation",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3002",
|
|
"build": "next build",
|
|
"start": "next start -p 3002",
|
|
"lint:fix": "next lint --fix",
|
|
"clean": "rimraf .next && rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/assets": "*",
|
|
"@documenso/lib": "*",
|
|
"@documenso/tailwind-config": "*",
|
|
"@documenso/trpc": "*",
|
|
"@documenso/ui": "*",
|
|
"next": "^15",
|
|
"next-plausible": "^3.12.5",
|
|
"nextra": "^3",
|
|
"nextra-theme-docs": "^3",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "18.3.27",
|
|
"@types/react-dom": "^18",
|
|
"pagefind": "^1.2.0",
|
|
"typescript": "5.6.2"
|
|
}
|
|
} |