mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "@documenso/marketing",
|
|
"version": "1.8.1",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "npm run translate:extract --prefix ../../ && turbo run translate:compile && next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"clean": "rimraf .next && rimraf node_modules",
|
|
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs",
|
|
"translate:compile": "lingui compile --typescript"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/assets": "*",
|
|
"@documenso/lib": "*",
|
|
"@documenso/tailwind-config": "*",
|
|
"@documenso/trpc": "*",
|
|
"@documenso/ui": "*",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@lingui/macro": "^4.11.3",
|
|
"@lingui/react": "^4.11.3",
|
|
"@openstatus/react": "^0.0.3",
|
|
"cmdk": "^0.2.1",
|
|
"contentlayer": "^0.3.4",
|
|
"embla-carousel": "^8.1.3",
|
|
"embla-carousel-autoplay": "^8.1.3",
|
|
"embla-carousel-react": "^8.1.3",
|
|
"framer-motion": "^10.12.8",
|
|
"lucide-react": "^0.279.0",
|
|
"luxon": "^3.4.0",
|
|
"micro": "^10.0.1",
|
|
"next": "14.2.6",
|
|
"next-auth": "4.24.5",
|
|
"next-axiom": "^1.5.1",
|
|
"next-contentlayer": "^0.3.4",
|
|
"next-plausible": "^3.10.1",
|
|
"perfect-freehand": "^1.2.0",
|
|
"posthog-js": "^1.77.3",
|
|
"react": "^18",
|
|
"react-confetti": "^6.1.0",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-icons": "^4.11.0",
|
|
"recharts": "^2.7.2",
|
|
"sharp": "0.32.6",
|
|
"typescript": "5.2.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lingui/loader": "^4.11.3",
|
|
"@lingui/swc-plugin": "4.0.8",
|
|
"@types/node": "20.1.0",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18"
|
|
}
|
|
}
|