{
  "name": "ecme-next",
  "version": "1.1.2",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "gcp-build": "NODE_OPTIONS='--max-old-space-size=8192' npm run build",
    "start": "next start",
    "lint": "next lint",
    "prettier": "npx prettier src --check",
    "prettier:fix": "npm run prettier -- --write"
  },
  "dependencies": {
    "@floating-ui/react": "^0.27.2",
    "@fullcalendar/core": "^6.1.15",
    "@fullcalendar/daygrid": "^6.1.15",
    "@fullcalendar/interaction": "^6.1.15",
    "@fullcalendar/react": "^6.1.15",
    "@fullcalendar/timegrid": "^6.1.15",
    "@hello-pangea/dnd": "^18.0.1",
    "@hookform/resolvers": "^3.9.0",
    "@tanstack/match-sorter-utils": "^8.19.4",
    "@tanstack/react-table": "^8.20.5",
    "@tanstack/react-virtual": "^3.11.2",
    "@tiptap/pm": "^2.10.4",
    "@tiptap/react": "^2.10.4",
    "@tiptap/starter-kit": "^2.10.4",
    "@visx/pattern": "^3.13.0-alpha.0",
    "axios": "^1.7.7",
    "classnames": "^2.5.1",
    "d3-dsv": "^3.0.1",
    "d3-fetch": "^3.0.1",
    "d3-scale": "^4.0.2",
    "dayjs": "^1.11.13",
    "framer-motion": "11.15.0",
    "gantt-task-react": "^0.3.9",
    "html-react-parser": "^5.2.1",
    "lodash": "^4.17.21",
    "marked": "^14.1.2",
    "next": "15.2.4",
    "next-auth": "^5.0.0-beta.25",
    "next-intl": "^3.26.2",
    "react": "19.0.0",
    "react-apexcharts": "^1.7.0",
    "react-csv": "^2.2.2",
    "react-dom": "19.0.0",
    "react-highlight-words": "^0.21.0",
    "react-hook-form": "^7.53.0",
    "react-icons": "5.3.0",
    "react-markdown": "^9.0.1",
    "react-modal": "^3.16.3",
    "react-number-format": "^5.4.3",
    "react-scroll": "^1.9.2",
    "react-select": "^5.9.0",
    "react-simple-maps": "4.0.0-beta.6",
    "react-syntax-highlighter": "^15.6.1",
    "react-tooltip": "^5.28.0",
    "simplebar-react": "^3.3.0",
    "swr": "^2.3.0",
    "tailwind-merge": "^2.5.2",
    "yet-another-react-lightbox": "^3.21.7",
    "zod": "^3.23.8",
    "zustand": "^5.0.2"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.0.0",
    "@tailwindcss/typography": "^0.5.15",
    "autoprefixer": "^10.4.20",
    "color": "^4.2.3",
    "eslint": "^8.55.0",
    "eslint-config-next": "15.1.3",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.30.0",
    "eslint-plugin-jsx-a11y": "^6.10.0",
    "eslint-plugin-react": "^7.35.2",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.11",
    "postcss": "^8.4.45",
    "postcss-nesting": "^13.0.0",
    "prettier": "^3.4.2",
    "tailwindcss": "^4.0.4"
  },
  "overrides": {
    "gantt-task-react": {
      "react": "19.0.0",
      "react-dom": "19.0.0"
    },
    "react-simple-maps": {
      "react": "19.0.0",
      "react-dom": "19.0.0"
    },
    "react-syntax-highlighter": {
      "prismjs": "1.30.0"
    }
  }
}
