Integrate Chat and Copilot into chat-sdk, and add SQL parse display (#166)

This commit is contained in:
williamhliu
2023-10-02 18:05:12 +08:00
committed by GitHub
parent 741ed4191b
commit 71cb20eb4f
68 changed files with 1353 additions and 882 deletions

View File

@@ -8,13 +8,17 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@uiw/react-watermark": "^0.0.5",
"ahooks": "^3.7.8",
"antd": "^5.5.2",
"axios": "^1.4.0",
"axios": "^0.21.1",
"classnames": "^2.3.2",
"echarts": "^5.4.2",
"lodash": "^4.17.11",
"moment": "^2.29.4",
"react-copy-to-clipboard": "^5.1.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"sql-formatter": "^2.3.3",
"tslib": "^2.5.2"
},
"peerDependencies": {
@@ -72,6 +76,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.198",
"@types/node": "^16.18.31",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
@@ -122,6 +127,7 @@
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
"rollup-plugin-less": "^1.1.3",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",