@agentscope-ai/chat 1.1.25 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentscope-ai/chat",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": [
|
|
@@ -103,10 +103,13 @@
|
|
|
103
103
|
"use-stick-to-bottom": "^1.1.1",
|
|
104
104
|
"uuid": "^11.0.5",
|
|
105
105
|
"xstate": "^5.19.4",
|
|
106
|
-
"zustand": "^5.0.3"
|
|
106
|
+
"zustand": "^5.0.3",
|
|
107
|
+
"vite": "^5.4.11",
|
|
108
|
+
"antd": "^5.18.0",
|
|
109
|
+
"react": "^18.0.0",
|
|
110
|
+
"react-dom": "^18.0.0"
|
|
107
111
|
},
|
|
108
112
|
"devDependencies": {
|
|
109
|
-
"vite": "^5.4.11",
|
|
110
113
|
"@agentscope-ai/dumi-theme-spark": "0.0.98",
|
|
111
114
|
"@alibot/dumi-plugin-api-parser": "1.0.3",
|
|
112
115
|
"@alibot/dumi-plugin-llms": "1.0.4",
|
|
@@ -118,7 +121,6 @@
|
|
|
118
121
|
"@types/react-dom": "^18.0.0",
|
|
119
122
|
"@umijs/lint": "^4.0.0",
|
|
120
123
|
"@umijs/plugins": "^4.4.11",
|
|
121
|
-
"antd": "^5.18.0",
|
|
122
124
|
"commander": "^12.1.0",
|
|
123
125
|
"dumi": "^2.4.13",
|
|
124
126
|
"esbuild": "^0.19.12",
|
|
@@ -130,8 +132,6 @@
|
|
|
130
132
|
"prettier": "^2.7.1",
|
|
131
133
|
"prettier-plugin-organize-imports": "^3.0.0",
|
|
132
134
|
"prettier-plugin-packagejson": "^2.2.18",
|
|
133
|
-
"react": "^18.0.0",
|
|
134
|
-
"react-dom": "^18.0.0",
|
|
135
135
|
"stylelint": "^14.9.1",
|
|
136
136
|
"tailwindcss": "^3.4.17",
|
|
137
137
|
"vaso": "^0.4.0"
|
|
@@ -140,7 +140,6 @@
|
|
|
140
140
|
"@agentscope-ai/design": "^1.0.0",
|
|
141
141
|
"@ant-design/icons": "^5.0.1",
|
|
142
142
|
"antd": "^5.18.0",
|
|
143
|
-
"classnames": "^2.5.1",
|
|
144
143
|
"react": ">=16.9.0",
|
|
145
144
|
"react-dom": ">=16.9.0"
|
|
146
145
|
},
|