Files
sign/apps/documentation/package.json

28 lines
586 B
JSON
Raw Normal View History

2024-04-11 16:44:22 +03:00
{
2024-04-11 20:15:50 +03:00
"name": "@documenso/documentation",
2024-04-11 16:44:22 +03:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
2024-04-11 20:15:50 +03:00
"next": "14.0.3",
2024-04-11 16:44:22 +03:00
"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"
}
}