2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/marketing",
|
2023-12-02 14:56:00 +11:00
|
|
|
"version": "1.2.3",
|
2023-06-09 18:21:18 +10:00
|
|
|
"private": true,
|
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"scripts": {
|
2023-08-23 17:56:12 -05:00
|
|
|
"dev": "next dev -p 3001",
|
2023-06-09 18:21:18 +10:00
|
|
|
"build": "next build",
|
2023-10-27 15:14:04 +11:00
|
|
|
"start": "next start -p 3001",
|
2023-08-23 11:22:13 +10:00
|
|
|
"lint": "next lint",
|
2023-11-14 14:31:45 +05:30
|
|
|
"lint:fix": "next lint --fix",
|
2023-09-21 21:34:24 +10:00
|
|
|
"clean": "rimraf .next && rimraf node_modules",
|
2023-08-23 11:22:13 +10:00
|
|
|
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
|
2023-06-09 18:21:18 +10:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-11-22 16:26:39 +11:00
|
|
|
"@documenso/assets": "*",
|
2023-06-09 18:21:18 +10:00
|
|
|
"@documenso/lib": "*",
|
|
|
|
|
"@documenso/tailwind-config": "*",
|
|
|
|
|
"@documenso/trpc": "*",
|
|
|
|
|
"@documenso/ui": "*",
|
|
|
|
|
"@hookform/resolvers": "^3.1.0",
|
2023-07-27 18:29:22 +10:00
|
|
|
"contentlayer": "^0.3.4",
|
2023-06-09 18:21:18 +10:00
|
|
|
"framer-motion": "^10.12.8",
|
2023-11-05 12:48:05 +11:00
|
|
|
"lucide-react": "^0.279.0",
|
|
|
|
|
"luxon": "^3.4.0",
|
2023-06-09 18:21:18 +10:00
|
|
|
"micro": "^10.0.1",
|
2023-12-02 09:38:24 +11:00
|
|
|
"next": "14.0.3",
|
|
|
|
|
"next-auth": "4.24.5",
|
2023-07-27 18:29:22 +10:00
|
|
|
"next-contentlayer": "^0.3.4",
|
2023-08-01 17:34:17 +10:00
|
|
|
"next-plausible": "^3.10.1",
|
2023-06-09 18:21:18 +10:00
|
|
|
"perfect-freehand": "^1.2.0",
|
2023-09-20 13:48:30 +10:00
|
|
|
"posthog-js": "^1.77.3",
|
2023-06-09 18:21:18 +10:00
|
|
|
"react": "18.2.0",
|
2023-09-20 13:48:30 +10:00
|
|
|
"react-confetti": "^6.1.0",
|
2023-06-09 18:21:18 +10:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"react-hook-form": "^7.43.9",
|
2023-10-04 07:57:36 +05:30
|
|
|
"react-icons": "^4.11.0",
|
2023-08-01 17:43:11 +10:00
|
|
|
"recharts": "^2.7.2",
|
2024-03-10 13:48:25 +11:00
|
|
|
"sharp": "^0.33.1",
|
2023-10-18 17:03:02 +05:30
|
|
|
"typescript": "5.2.2",
|
2023-10-19 15:54:05 +05:30
|
|
|
"zod": "^3.22.4"
|
2023-06-09 18:21:18 +10:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "20.1.0",
|
2023-08-01 17:34:17 +10:00
|
|
|
"@types/react": "18.2.18",
|
|
|
|
|
"@types/react-dom": "18.2.7"
|
2023-12-02 09:38:24 +11:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"next-auth": {
|
|
|
|
|
"next": "$next"
|
|
|
|
|
},
|
|
|
|
|
"next-contentlayer": {
|
|
|
|
|
"next": "$next"
|
|
|
|
|
}
|
2023-06-09 18:21:18 +10:00
|
|
|
}
|
2023-08-23 11:22:13 +10:00
|
|
|
}
|