{
  "name": "@ai-cmo/frontend",
  "version": "1.0.0",
  "private": true,
  "description": "Mengo Frontend - SaaS Dashboard Application",
  "scripts": {
    "dev": "node server.js",
    "dev:next": "next dev -p 3200",
    "dev:server": "node server.js",
    "dev:clean": "rm -rf .next && node server.js",
    "build": "next build",
    "start": "next start -p 3200",
    "lint": "next lint",
    "lint:fix": "next lint --fix",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --ci --coverage"
  },
  "dependencies": {
    "@stripe/stripe-js": "^9.8.0",
    "@types/dompurify": "^3.0.5",
    "@xyflow/react": "^12.11.2",
    "clsx": "^2.1.0",
    "country-state-city": "^3.2.1",
    "dompurify": "^3.4.12",
    "html-to-image": "^1.11.13",
    "html2pdf.js": "^0.14.0",
    "husky": "^8.0.3",
    "jspdf": "^4.2.1",
    "jszip": "^3.10.1",
    "lucide-react": "^0.312.0",
    "mammoth": "^1.12.0",
    "next": "14.1.0",
    "pdfjs-dist": "^4.10.38",
    "pptxgenjs": "^4.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-social-icons": "^6.26.0",
    "tailwind-merge": "^2.2.0",
    "xlsx": "^0.18.5",
    "zustand": "^5.0.12"
  },
  "devDependencies": {
    "@tailwindcss/forms": "^0.5.7",
    "@tailwindcss/typography": "^0.5.10",
    "@testing-library/jest-dom": "^6.2.0",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^20.11.0",
    "@types/react": "^18.2.47",
    "@types/react-dom": "^18.2.18",
    "@typescript-eslint/eslint-plugin": "^6.18.0",
    "@typescript-eslint/parser": "^6.18.0",
    "autoprefixer": "^10.4.17",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.1.0",
    "jest": "^29.7.0",
    "postcss": "^8.4.33",
    "tailwindcss": "^3.4.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  }
}
