mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@documenso/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev": "PORT=3000 next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"@documenso/tailwind-config": "*",
|
|
"@documenso/trpc": "*",
|
|
"@documenso/ui": "*",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@tanstack/react-query": "^4.29.5",
|
|
"formidable": "^2.1.1",
|
|
"framer-motion": "^10.12.8",
|
|
"lucide-react": "^0.214.0",
|
|
"micro": "^10.0.1",
|
|
"next": "13.4.1",
|
|
"next-auth": "^4.22.1",
|
|
"next-plausible": "^3.7.2",
|
|
"next-themes": "^0.2.1",
|
|
"perfect-freehand": "^1.2.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-icons": "^4.8.0",
|
|
"react-pdf": "^7.1.1",
|
|
"typescript": "5.0.4",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/formidable": "^2.0.6",
|
|
"@types/node": "20.1.0",
|
|
"@types/react": "18.2.6",
|
|
"@types/react-dom": "18.2.4"
|
|
}
|
|
}
|