mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 13:11:32 +10:00
28 lines
586 B
JSON
28 lines
586 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": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.0.3",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|