{
  "name": "web",
  "version": "1.3.1",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "react-router dev --port 3000",
    "build": "react-router build",
    "preview": "react-router build && serve -s build/client -l 3000",
    "start": "serve -s build/client -l 3000",
    "clean": "rm -rf .turbo && rm -rf .next && rm -rf .react-router && rm -rf node_modules && rm -rf dist && rm -rf build",
    "check:lint": "oxlint --max-warnings=11957 .",
    "check:types": "react-router typegen && tsc --noEmit",
    "check:format": "oxfmt --check .",
    "fix:lint": "oxlint --fix .",
    "fix:format": "oxfmt ."
  },
  "dependencies": {
    "@atlaskit/pragmatic-drag-and-drop": "catalog:",
    "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "catalog:",
    "@atlaskit/pragmatic-drag-and-drop-hitbox": "catalog:",
    "@bprogress/core": "catalog:",
    "@fontsource-variable/inter": "catalog:",
    "@fontsource/ibm-plex-mono": "catalog:",
    "@fontsource/material-symbols-rounded": "catalog:",
    "@headlessui/react": "catalog:",
    "@buzzwaretech/constants": "workspace:*",
    "@buzzwaretech/editor": "workspace:*",
    "@buzzwaretech/hooks": "workspace:*",
    "@buzzwaretech/i18n": "workspace:*",
    "@buzzwaretech/propel": "workspace:*",
    "@buzzwaretech/services": "workspace:*",
    "@buzzwaretech/shared-state": "workspace:*",
    "@buzzwaretech/types": "workspace:*",
    "@buzzwaretech/ui": "workspace:*",
    "@buzzwaretech/utils": "workspace:*",
    "@popperjs/core": "catalog:",
    "@react-pdf/renderer": "catalog:",
    "@react-router/node": "catalog:",
    "@tanstack/react-table": "catalog:",
    "axios": "catalog:",
    "clsx": "catalog:",
    "cmdk": "catalog:",
    "date-fns": "catalog:",
    "emoji-picker-react": "catalog:",
    "export-to-csv": "catalog:",
    "firebase": "^12.15.0",
    "isbot": "catalog:",
    "lodash-es": "catalog:",
    "lucide-react": "catalog:",
    "mobx": "catalog:",
    "mobx-react": "catalog:",
    "mobx-utils": "catalog:",
    "next-themes": "catalog:",
    "react": "catalog:",
    "react-color": "catalog:",
    "react-dom": "catalog:",
    "react-dropzone": "catalog:",
    "react-hook-form": "catalog:",
    "react-markdown": "catalog:",
    "react-masonry-component": "catalog:",
    "react-pdf-html": "catalog:",
    "react-popper": "catalog:",
    "react-router": "catalog:",
    "recharts": "catalog:",
    "serve": "catalog:",
    "smooth-scroll-into-view-if-needed": "catalog:",
    "swr": "catalog:",
    "uuid": "catalog:"
  },
  "devDependencies": {
    "@buzzwaretech/tailwind-config": "workspace:*",
    "@buzzwaretech/typescript-config": "workspace:*",
    "@react-router/dev": "catalog:",
    "@tailwindcss/postcss": "catalog:",
    "@tailwindcss/typography": "catalog:",
    "@types/lodash-es": "catalog:",
    "@types/node": "catalog:",
    "@types/react": "catalog:",
    "@types/react-color": "catalog:",
    "@types/react-dom": "catalog:",
    "dotenv": "catalog:",
    "typescript": "catalog:",
    "vite": "catalog:",
    "vite-tsconfig-paths": "catalog:"
  }
}
