{ "name": "@documenso/marketing", "version": "1.6.0", "private": true, "license": "AGPL-3.0", "scripts": { "dev": "next dev -p 3001", "build": "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.1", "@lingui/react": "^4.11.1", "@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.0.3", "next-auth": "4.24.5", "next-axiom": "^1.1.1", "next-contentlayer": "^0.3.4", "next-plausible": "^3.10.1", "perfect-freehand": "^1.2.0", "posthog-js": "^1.77.3", "react": "18.2.0", "react-confetti": "^6.1.0", "react-dom": "18.2.0", "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.22.4" }, "devDependencies": { "@lingui/loader": "^4.11.1", "@lingui/swc-plugin": "4.0.6", "@types/node": "20.1.0", "@types/react": "18.2.18", "@types/react-dom": "18.2.7" }, "overrides": { "next-auth": { "next": "$next" }, "next-contentlayer": { "next": "$next" } } }