2022-11-14 23:12:51 +01:00
|
|
|
{
|
2023-01-07 15:45:03 +01:00
|
|
|
"name": "@documenso/web",
|
2022-11-14 23:12:51 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2023-06-09 18:21:18 +10:00
|
|
|
"license": "AGPL-3.0",
|
2022-11-14 23:12:51 +01:00
|
|
|
"scripts": {
|
2023-08-23 17:56:12 -05:00
|
|
|
"dev": "next dev -p 3000",
|
2022-11-14 23:12:51 +01:00
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
2023-08-23 11:22:13 +10:00
|
|
|
"lint": "next lint",
|
|
|
|
|
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
|
2022-11-14 23:12:51 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-08-30 16:36:22 +10:00
|
|
|
"@documenso/ee": "*",
|
2023-05-05 19:29:42 +10:00
|
|
|
"@documenso/lib": "*",
|
2023-01-07 18:19:08 +01:00
|
|
|
"@documenso/prisma": "*",
|
2023-06-09 18:21:18 +10:00
|
|
|
"@documenso/tailwind-config": "*",
|
|
|
|
|
"@documenso/trpc": "*",
|
2023-02-02 18:24:23 +01:00
|
|
|
"@documenso/ui": "*",
|
2023-06-09 18:21:18 +10:00
|
|
|
"@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",
|
2023-08-07 23:10:27 +10:00
|
|
|
"luxon": "^3.4.0",
|
2023-06-09 18:21:18 +10:00
|
|
|
"micro": "^10.0.1",
|
2023-06-21 23:49:23 +10:00
|
|
|
"nanoid": "^4.0.2",
|
2023-08-01 17:34:17 +10:00
|
|
|
"next": "13.4.12",
|
|
|
|
|
"next-auth": "4.22.3",
|
|
|
|
|
"next-plausible": "^3.10.1",
|
2023-06-11 01:50:19 -04:00
|
|
|
"next-themes": "^0.2.1",
|
2023-06-09 18:21:18 +10:00
|
|
|
"perfect-freehand": "^1.2.0",
|
2023-08-18 20:05:14 +10:00
|
|
|
"posthog-js": "^1.75.3",
|
|
|
|
|
"posthog-node": "^3.1.1",
|
2022-11-14 23:12:51 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-06-09 18:21:18 +10:00
|
|
|
"react-dropzone": "^14.2.3",
|
|
|
|
|
"react-hook-form": "^7.43.9",
|
|
|
|
|
"react-icons": "^4.8.0",
|
2023-06-21 23:49:23 +10:00
|
|
|
"react-rnd": "^10.4.1",
|
2023-08-28 12:14:15 +10:00
|
|
|
"sharp": "0.32.5",
|
2023-08-17 19:56:18 +10:00
|
|
|
"ts-pattern": "^5.0.5",
|
2023-08-01 17:34:17 +10:00
|
|
|
"typescript": "5.1.6",
|
2023-08-28 12:14:15 +10:00
|
|
|
"zod": "^3.21.4"
|
2022-11-15 10:53:04 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-06-09 18:21:18 +10:00
|
|
|
"@types/formidable": "^2.0.6",
|
2023-08-07 23:10:27 +10:00
|
|
|
"@types/luxon": "^3.3.1",
|
2023-06-09 18:21:18 +10:00
|
|
|
"@types/node": "20.1.0",
|
2023-08-01 17:34:17 +10:00
|
|
|
"@types/react": "18.2.18",
|
|
|
|
|
"@types/react-dom": "18.2.7"
|
2022-11-14 23:12:51 +01:00
|
|
|
}
|
2023-05-28 19:53:44 -04:00
|
|
|
}
|