forked from yvanlok/BetterGPT-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.83 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
{
"name": "better-gpt-4",
"private": false,
"version": "1.0.5",
"type": "module",
"homepage": "./",
"main": "electron/index.cjs",
"author": "Yvan Lokhmotov <[email protected]>",
"description": "Play and chat smarter with BetterGPT-4 - an amazing open-source web app with a better UI and more AI models - all for free!",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.15",
"@react-oauth/google": "^0.12.1",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.43.2",
"date-fns": "^3.6.0",
"html2canvas": "^1.4.1",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.1",
"katex": "^0.16.10",
"lodash": "^4.17.21",
"match-sorter": "^6.3.4",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-markdown": "^8.0.5",
"react-scroll-to-bottom": "^4.2.0",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"uuid": "^9.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.1",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-scroll-to-bottom": "^4.2.5",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.0.1",
"core-js": "^3.37.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2",
"wait-on": "^7.2.0"
}
}