forked from chathub-dev/chathub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "chathub-extension",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.18",
"@headlessui/tailwindcss": "^0.1.3",
"@types/lodash-es": "^4.17.7",
"@types/md5": "^2.3.2",
"@types/react": "^18.2.7",
"@types/react-color": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.4",
"@types/react-scroll-to-bottom": "^4.2.0",
"@types/turndown": "^5.0.1",
"@types/uuid": "^9.0.1",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
"prettier": "^2.8.8",
"process": "^0.11.10",
"sass": "^1.62.1",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "4.2",
"vite-tsconfig-paths": "^4.2.0"
},
"dependencies": {
"@floating-ui/react": "^0.24.2",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@sentry/integrations": "^7.54.0",
"@sentry/react": "^7.54.0",
"@tanstack/react-router": "^0.0.1-beta.83",
"browser-fs-access": "^0.34.1",
"classnames": "^2.3.2",
"cmdk": "^0.2.0",
"eventsource-parser": "^1.0.0",
"fuse.js": "^6.6.2",
"github-markdown-css": "^5.2.0",
"gpt3-tokenizer": "^1.1.5",
"highlight.js": "^11.8.0",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.2",
"immer": "^9.0.19",
"inter-ui": "^3.19.3",
"jotai": "^2.2.1",
"jotai-immer": "^0.2.0",
"js-base64": "^3.7.5",
"lodash-es": "^4.17.21",
"lucide-react": "^0.252.0",
"md5": "^2.3.0",
"ofetch": "^1.0.1",
"plausible-tracker": "^0.3.8",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.3.1",
"react-icons": "^4.9.0",
"react-markdown": "^8.0.7",
"react-node-to-string": "^0.1.1",
"react-scroll-to-bottom": "^4.2.0",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.5.0",
"react-viewport-list": "^7.1.1",
"rehype-highlight": "^6.0.0",
"rehype-stringify": "^9.0.3",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-supersub": "^1.0.0",
"swr": "^2.1.5",
"turndown": "^7.1.2",
"unified": "^10.1.2",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0",
"websocket-as-promised": "^2.0.1"
}
}