{
  "name": "gui-sidebar",
  "private": true,
  "type": "module",
  "license": "Apache-2.0",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "watch": "vite build --watch --mode=development",
    "preview": "vite preview"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.17",
    "@heroicons/react": "^2.0.18",
    "@monaco-editor/react": "^4.6.0",
    "@reduxjs/toolkit": "^1.9.3",
    "@tiptap/core": "^2.3.0",
    "@tiptap/extension-document": "^2.3.0",
    "@tiptap/extension-dropcursor": "^2.1.16",
    "@tiptap/extension-history": "^2.3.0",
    "@tiptap/extension-image": "^2.1.16",
    "@tiptap/extension-mention": "^2.1.13",
    "@tiptap/extension-paragraph": "^2.3.0",
    "@tiptap/extension-placeholder": "^2.1.13",
    "@tiptap/extension-text": "^2.3.0",
    "@tiptap/pm": "^2.1.13",
    "@tiptap/react": "^2.1.13",
    "@tiptap/starter-kit": "^2.1.13",
    "@tiptap/suggestion": "^2.1.13",
    "@types/vscode-webview": "^1.57.1",
    "dompurify": "^3.0.6",
    "downshift": "^7.6.0",
    "lodash": "^4.17.21",
    "minisearch": "^6.3.0",
    "onigasm": "^2.2.5",
    "posthog-js": "^1.58.0",
    "prismjs": "^1.29.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-error-boundary": "^4.0.11",
    "react-hook-form": "^7.47.0",
    "react-markdown": "^9.0.1",
    "react-redux": "^8.0.5",
    "react-remark": "^2.1.0",
    "react-router-dom": "^6.14.2",
    "react-switch": "^7.0.0",
    "react-syntax-highlighter": "^15.5.0",
    "react-tooltip": "^5.18.0",
    "redux-persist": "^6.0.0",
    "redux-persist-transform-filter": "^0.0.22",
    "rehype-highlight": "^7.0.0",
    "rehype-katex": "^7.0.0",
    "rehype-wrap-all": "^1.1.0",
    "remark-math": "^6.0.0",
    "seti-file-icons": "^0.0.8",
    "socket.io-client": "^4.7.2",
    "styled-components": "^5.3.6",
    "table": "^6.8.1",
    "tippy.js": "^6.3.7",
    "unist-util-visit": "^5.0.0",
    "uuid": "^9.0.1",
    "vscode-webview": "^1.0.1-beta.1"
  },
  "devDependencies": {
    "@types/node": "^20.5.6",
    "@types/node-fetch": "^2.6.4",
    "@types/react": "^18.0.27",
    "@types/react-dom": "^18.0.10",
    "@types/react-router-dom": "^5.3.3",
    "@types/react-syntax-highlighter": "^15.5.7",
    "@types/styled-components": "^5.1.26",
    "@vitejs/plugin-react-swc": "^3.0.0",
    "autoprefixer": "^10.4.13",
    "postcss": "^8.4.21",
    "tailwindcss": "^3.2.7",
    "typescript": "^4.9.3",
    "vite": "^4.1.0"
  },
  "engine-strict": true,
  "engines": {
    "node": ">=20.11.0"
  }
}
