-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.63 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
{
"name": "ai-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint",
"openapi": "ts-node openapi.config.ts"
},
"dependencies": {
"@ant-design/plots": "^2.1.15",
"@douyinfe/semi-icons": "^2.53.2",
"@douyinfe/semi-next": "^2.53.2",
"@douyinfe/semi-ui": "^2.55.1",
"@semi-bot/semi-theme-cgchatai": "^1.0.4",
"ahooks": "^3.7.10",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"good-storage": "^1.1.1",
"immer": "^10.0.4",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "14.1.0",
"next-nprogress-bar": "^2.3.5",
"next-pwa": "^5.6.0",
"numeral": "^2.0.6",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^8.0.6",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.2",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"socket.io-client": "^4.7.4",
"umi-request": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/good-storage": "^1.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"@umijs/openapi": "^1.10.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}