Files
sign/apps/marketing/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2023-06-09 18:21:18 +10:00
{
"name": "@documenso/marketing",
"version": "0.1.0",
"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",
"start": "next start",
"lint": "next lint",
2023-09-21 21:34:24 +10:00
"clean": "rimraf .next && rimraf node_modules",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
2023-06-09 18:21:18 +10:00
},
"dependencies": {
"@documenso/lib": "*",
"@documenso/tailwind-config": "*",
"@documenso/trpc": "*",
"@documenso/ui": "*",
"@hookform/resolvers": "^3.1.0",
"contentlayer": "^0.3.4",
2023-06-09 18:21:18 +10:00
"framer-motion": "^10.12.8",
2023-09-20 13:48:30 +10:00
"lucide-react": "^0.277.0",
2023-06-09 18:21:18 +10:00
"micro": "^10.0.1",
2023-09-21 21:34:24 +10:00
"next": "13.4.19",
2023-08-01 17:34:17 +10:00
"next-auth": "4.22.3",
"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",
"react-icons": "^4.8.0",
2023-08-01 17:43:11 +10:00
"recharts": "^2.7.2",
2023-08-28 12:14:15 +10:00
"sharp": "0.32.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"
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-06-09 18:21:18 +10:00
}
}