forked from liuyingmei/mossgpt-utools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 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
{
"name": "mossgpt",
"private": true,
"version": "2.7.2",
"scripts": {
"dev": "cross-env PLATFORM=utools vite",
"dev:utools": "cross-env PLATFORM=utools vite",
"build": "cross-env PLATFORM=utools tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@libeilong/chatgpt": "5.3.2",
"@libeilong/func": "^0.6.3",
"@libeilong/react-store-provider": "^0.2.3",
"@szhsin/react-menu": "^3.5.2",
"antd": "^5.2.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.6",
"fuse.js": "^6.6.2",
"https-proxy-agent": "^5.0.1",
"katex": "^0.16.4",
"mitt": "^3.0.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"node-fetch": "^3.3.0",
"oh-popup": "^0.1.0",
"oh-popup-react": "^0.1.2",
"oh-router": "^0.3.0",
"oh-router-react": "^0.0.9",
"pangu": "^4.0.7",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"semver": "^7.3.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.8.5",
"@types/pangu": "^4.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/react-custom-scrollbars": "^4.0.10",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/semver": "^7.3.13",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"cross-env": "^7.0.3",
"rollup": "^3.19.1",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.55.0",
"tslib": "^2.5.0",
"typescript": "^4.6.4",
"utools-api-types": "^3.0.0",
"vite": "^4.2.1",
"vite-plugin-plain-text": "^1.4.2",
"vite-plugin-replace": "^0.1.1",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2"
}
}