{
  "name": "chat-with-gpt",
  "version": "0.2.3",
  "dependencies": {
    "@chengsokdara/use-whisper": "^0.2.0",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@mantine/core": "^5.10.5",
    "@mantine/hooks": "^5.10.5",
    "@mantine/modals": "^5.10.5",
    "@mantine/notifications": "^5.10.5",
    "@mantine/spotlight": "^5.10.5",
    "@msgpack/msgpack": "^3.0.0-beta2",
    "@reduxjs/toolkit": "^1.9.3",
    "broadcast-channel": "^4.20.2",
    "comlink": "^4.4.1",
    "events": "^3.3.0",
    "idb-keyval": "^6.2.0",
    "jshashes": "^1.0.8",
    "lib0": "^0.2.73",
    "minisearch": "^6.0.1",
    "openai": "^3.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "react-intl": "^6.2.10",
    "react-markdown": "^8.0.5",
    "react-redux": "^8.0.5",
    "react-router-dom": "^6.8.2",
    "react-syntax-highlighter": "^15.5.0",
    "redux": "4.2.1",
    "redux-persist": "^6.0.0",
    "rehype-katex": "^6.0.2",
    "remark-gfm": "^3.0.1",
    "remark-math": "^5.1.1",
    "sentence-splitter": "^4.2.0",
    "slugify": "^1.6.5",
    "uuid": "^9.0.0",
    "y-indexeddb": "^9.0.9",
    "y-protocols": "^1.0.5",
    "yjs": "^13.5.50"
  },
  "scripts": {
    "start": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file public/lang/en-us.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@formatjs/cli": "^6.0.4",
    "@types/node": "^16.18.13",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@types/react-helmet": "^6.1.6",
    "@types/react-syntax-highlighter": "^15.5.6",
    "@types/uuid": "^9.0.1",
    "@vitejs/plugin-react": "^4.0.2",
    "babel-plugin-formatjs": "^10.5.3",
    "typescript": "^4.9.5",
    "vite": "^4.4.1",
    "vite-plugin-pwa": "^0.16.4",
    "workbox-window": "^7.0.0"
  }
}