forked from bclswl0827/ChatGemini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.24 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
{
"name": "chatgemini",
"version": "0.6.0",
"homepage": ".",
"private": true,
"dependencies": {
"@fancyapps/ui": "^5.0.33",
"@fingerprintjs/fingerprintjs": "^4.2.2",
"@fuyun/generative-ai": "^0.1.3",
"@google/generative-ai": "^0.1.3",
"@reduxjs/toolkit": "^2.1.0",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.5",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"katex": "^0.16.9",
"localforage": "^1.10.0",
"node-fetch": "^2.7.0",
"pyodide": "^0.23.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.0.5",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remarkable": "^2.0.1",
"superb": "^4.0.0"
},
"scripts": {
"start": "cross-env BROWSER=none GENERATE_SOURCEMAP=false react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@tailwindcss/typography": "^0.5.10",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^16.18.76",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/remarkable": "^2.0.8",
"@types/unist": "^3.0.2",
"cross-env": "^7.0.3",
"tailwindcss": "^3.4.1",
"tailwindcss-animated": "^1.0.1",
"typescript": "^4.9.5"
}
}