Files
chathub/package.json
2023-04-12 20:52:49 +08:00

106 lines
3.2 KiB
JSON

{
"name": "chathub-extension",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.12",
"@headlessui/tailwindcss": "^0.1.2",
"@parcel/config-webextension": "^2.8.3",
"@parcel/optimizer-data-url": "2.8.3",
"@parcel/transformer-inline-string": "2.8.3",
"@rollup/plugin-graphql": "^2.0.3",
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.28",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.11",
"@types/react-scroll-to-bottom": "^4.2.0",
"@types/uuid": "^9.0.0",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.8.3",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.1",
"prettier": "^2.8.4",
"process": "^0.11.10",
"sass": "^1.58.3",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-tsconfig-paths": "^4.0.5"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.4",
"@tanstack/react-router": "^0.0.1-beta.83",
"browser-fs-access": "^0.33.0",
"classnames": "^2.3.2",
"cmdk": "^0.2.0",
"eventsource-parser": "^0.1.0",
"expiry-map": "^2.0.0",
"framer-motion": "^9.0.4",
"github-markdown-css": "^5.2.0",
"gpt3-tokenizer": "^1.1.5",
"highlight.js": "^11.7.0",
"i18next": "^22.4.12",
"i18next-browser-languagedetector": "^7.0.1",
"immer": "^9.0.19",
"inter-ui": "^3.19.3",
"jotai": "^2.0.2",
"jotai-immer": "^0.2.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.130.0",
"ofetch": "^1.0.1",
"plausible-tracker": "^0.3.8",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.0.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.5",
"react-node-to-string": "^0.1.1",
"react-scroll-to-bottom": "^4.2.0",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.4.0",
"react-viewport-list": "^7.0.0",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-supersub": "^1.0.0",
"swr": "^2.1.0",
"unified": "^10.1.2",
"use-immer": "^0.8.1",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0",
"websocket-as-promised": "^2.0.1",
"zustand": "^4.3.3"
}
}