forked from chathub-dev/chathub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.58 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
{
"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",
"@parcel/config-webextension": "^2.8.3",
"@parcel/optimizer-data-url": "2.8.3",
"@parcel/transformer-inline-string": "2.8.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",
"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-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.4",
"@tanstack/react-router": "^0.0.1-beta.83",
"classnames": "^2.3.2",
"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",
"immer": "^9.0.19",
"inter-ui": "^3.19.3",
"jotai": "^2.0.2",
"jotai-immer": "^0.2.0",
"lodash-es": "^4.17.21",
"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-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",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-supersub": "^1.0.0",
"swr": "^2.1.0",
"use-immer": "^0.8.1",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0",
"websocket-as-promised": "^2.0.1",
"zustand": "^4.3.3"
}
}