mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@documenso/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev": "next dev -p 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"clean": "rimraf .next && rimraf node_modules",
|
|
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/ee": "*",
|
|
"@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.279.0",
|
|
"luxon": "^3.4.0",
|
|
"micro": "^10.0.1",
|
|
"next": "14.0.0",
|
|
"next-auth": "4.24.3",
|
|
"next-plausible": "^3.10.1",
|
|
"next-themes": "^0.2.1",
|
|
"perfect-freehand": "^1.2.0",
|
|
"posthog-js": "^1.75.3",
|
|
"posthog-node": "^3.1.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-icons": "^4.11.0",
|
|
"react-rnd": "^10.4.1",
|
|
"sharp": "0.32.5",
|
|
"ts-pattern": "^5.0.5",
|
|
"typescript": "5.2.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/formidable": "^2.0.6",
|
|
"@types/luxon": "^3.3.1",
|
|
"@types/node": "20.1.0",
|
|
"@types/react": "18.2.18",
|
|
"@types/react-dom": "18.2.7"
|
|
}
|
|
}
|