{
  "name": "wren-frontend",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {
    "@fontsource-variable/geist": "^5.2.9",
    "@fontsource-variable/geist-mono": "^5.2.8",
    "@fontsource-variable/inter": "^5.2.8",
    "@heroui/react": "3.2.2",
    "@microlink/react-json-view": "1.31.22",
    "@monaco-editor/react": "4.7.0",
    "@react-router/node": "8.2.0",
    "@react-router/serve": "8.2.0",
    "@tailwindcss/vite": "4.3.2",
    "@tanstack/react-query": "5.101.2",
    "@uidotdev/usehooks": "2.4.1",
    "@xterm/addon-fit": "0.11.0",
    "@xterm/xterm": "6.0.0",
    "axios": "1.18.1",
    "class-variance-authority": "0.7.1",
    "clsx": "2.1.1",
    "downshift": "9.4.0",
    "eslint-config-airbnb-typescript": "18.0.0",
    "framer-motion": "12.42.2",
    "i18next": "26.3.5",
    "i18next-browser-languagedetector": "8.2.1",
    "i18next-http-backend": "4.0.0",
    "isbot": "5.2.0",
    "lightningcss-linux-x64-gnu": "^1.32.0",
    "lucide-react": "1.23.0",
    "monaco-editor": "0.55.1",
    "posthog-js": "1.398.6",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "react-hot-toast": "2.6.0",
    "react-i18next": "17.0.8",
    "react-icons": "5.7.0",
    "react-markdown": "10.1.0",
    "react-router": "8.2.0",
    "react-syntax-highlighter": "16.1.1",
    "remark-breaks": "4.0.0",
    "remark-gfm": "4.0.1",
    "sirv-cli": "3.0.1",
    "socket.io-client": "4.8.3",
    "tailwind-merge": "3.6.0",
    "tailwind-scrollbar": "4.0.2",
    "vite": "8.1.3",
    "zustand": "5.0.14"
  },
  "scripts": {
    "dev": "npm run make-i18n && cross-env VITE_MOCK_API=false react-router dev",
    "dev:mock": "npm run make-i18n && cross-env VITE_MOCK_API=true VITE_MOCK_SAAS=false react-router dev",
    "dev:mock:saas": "npm run make-i18n && cross-env VITE_MOCK_API=true VITE_MOCK_SAAS=true react-router dev",
    "build": "npm run make-i18n && react-router build",
    "start": "npx sirv-cli build/ --single",
    "test": "vitest run",
    "test:e2e": "playwright test",
    "test:coverage": "npm run make-i18n && vitest run --coverage",
    "dev_wsl": "VITE_WATCH_USE_POLLING=true vite",
    "preview": "vite preview",
    "make-i18n": "node scripts/make-i18n-translations.cjs",
    "prelint": "npm run make-i18n",
    "lint": "npm run typecheck && eslint src --ext .ts,.tsx,.js && prettier --check src/**/*.{ts,tsx}",
    "lint:fix": "eslint src --ext .ts,.tsx,.js --fix && prettier --write src/**/*.{ts,tsx}",
    "prepare": "cd .. && husky frontend/.husky",
    "typecheck": "react-router typegen && tsc",
    "typecheck:staged": "react-router typegen && npx tsc --noEmit --skipLibCheck",
    "check-translation-completeness": "node scripts/check-translation-completeness.cjs"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx,js}": [
      "eslint --fix",
      "prettier --write"
    ],
    "src/**/*.{ts,tsx}": [
      "bash -c 'npm run typecheck:staged'"
    ],
    "src/**/*": [
      "npm run check-translation-completeness"
    ]
  },
  "devDependencies": {
    "@mswjs/socket.io-binding": "0.2.0",
    "@playwright/test": "1.61.1",
    "@react-router/dev": "8.2.0",
    "@tailwindcss/typography": "0.5.20",
    "@tanstack/eslint-plugin-query": "5.100.10",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "26.1.1",
    "@types/react": "19.2.17",
    "@types/react-dom": "19.2.3",
    "@types/react-syntax-highlighter": "15.5.13",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "@vitest/coverage-v8": "4.1.10",
    "cross-env": "10.1.0",
    "eslint": "8.57.1",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "18.0.0",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-i18next": "6.1.4",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "4.6.2",
    "eslint-plugin-unused-imports": "4.4.1",
    "husky": "9.1.7",
    "jsdom": "29.1.1",
    "lint-staged": "17.0.8",
    "msw": "2.15.0",
    "prettier": "3.9.4",
    "tailwindcss": "4.3.2",
    "typescript": "5.9.3",
    "vite-plugin-svgr": "5.2.0",
    "vite-tsconfig-paths": "6.1.1",
    "vitest": "4.1.10"
  },
  "packageManager": "npm@10.5.0",
  "volta": {
    "node": "22.12.0"
  },
  "msw": {
    "workerDirectory": [
      "public"
    ]
  },
  "overrides": {
    "dompurify": "3.4.11",
    "qs": "6.15.2",
    "@opentelemetry/core": "2.8.0",
    "ws": ">=8.21.0"
  }
}
