-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
67 lines (67 loc) · 1.79 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
{
"name": "db-gpt-web",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"build:prod": "APP_ENV=prod next build",
"lint": "next lint",
"export": "next export",
"compile": "next build && next export"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@antv/ava": "3.2.1-beta.1",
"@antv/g2": "^5.1.8",
"@antv/s2": "^1.51.2",
"@berryv/g2-react": "^0.1.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@monaco-editor/react": "^4.5.2",
"@mui/icons-material": "^5.11.16",
"@mui/joy": "5.0.0-beta.5",
"ahooks": "^3.7.8",
"antd": "^5.6.2",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.4.5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "13.4.7",
"next-auth": "^4.20.1",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.10.2",
"rehype-raw": "6.1.1",
"remark-gfm": "^3.0.1",
"sql-formatter": "^12.2.4",
"tailwindcss": "3.3.2",
"tailwindcss-animated": "^1.0.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "20.5.7",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7"
},
"description": "DB-GPT WebUI",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"author": "",
"license": "ISC",
"repository": "https://github.com/eosphoros-ai/DB-GPT-Web.git"
}