2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/marketing",
|
2024-11-20 23:02:32 +11:00
|
|
|
"version": "1.8.1-rc.0",
|
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",
|
2024-10-28 11:21:49 +09:00
|
|
|
"build": "npm run translate:extract --prefix ../../ && turbo run translate:compile && 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",
|
2024-07-26 14:56:42 +10:00
|
|
|
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs",
|
|
|
|
|
"translate:compile": "lingui compile --typescript"
|
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",
|
2024-09-03 09:48:54 +10:00
|
|
|
"@lingui/macro": "^4.11.3",
|
|
|
|
|
"@lingui/react": "^4.11.3",
|
2024-03-29 10:10:35 +00:00
|
|
|
"@openstatus/react": "^0.0.3",
|
2024-07-26 14:56:42 +10:00
|
|
|
"cmdk": "^0.2.1",
|
2023-07-27 18:29:22 +10:00
|
|
|
"contentlayer": "^0.3.4",
|
2024-05-23 10:09:36 +00:00
|
|
|
"embla-carousel": "^8.1.3",
|
|
|
|
|
"embla-carousel-autoplay": "^8.1.3",
|
|
|
|
|
"embla-carousel-react": "^8.1.3",
|
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",
|
2024-09-03 09:48:54 +10:00
|
|
|
"next": "14.2.6",
|
2023-12-02 09:38:24 +11:00
|
|
|
"next-auth": "4.24.5",
|
2024-09-20 13:58:21 +10:00
|
|
|
"next-axiom": "^1.5.1",
|
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",
|
2024-09-03 09:48:54 +10:00
|
|
|
"react": "^18",
|
2023-09-20 13:48:30 +10:00
|
|
|
"react-confetti": "^6.1.0",
|
2024-09-03 09:48:54 +10:00
|
|
|
"react-dom": "^18",
|
2023-06-09 18:21:18 +10:00
|
|
|
"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-06-28 12:12:15 +10:00
|
|
|
"sharp": "0.32.6",
|
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": {
|
2024-09-03 09:48:54 +10:00
|
|
|
"@lingui/loader": "^4.11.3",
|
|
|
|
|
"@lingui/swc-plugin": "4.0.8",
|
2023-06-09 18:21:18 +10:00
|
|
|
"@types/node": "20.1.0",
|
2024-09-03 09:48:54 +10:00
|
|
|
"@types/react": "^18",
|
|
|
|
|
"@types/react-dom": "^18"
|
2023-06-09 18:21:18 +10:00
|
|
|
}
|
2024-10-08 21:56:44 +11:00
|
|
|
}
|