Merge remote-tracking branch 'upstream/main' into feature/streamdown-and-fixes

This commit is contained in:
lyzno1
2025-09-16 10:23:50 +08:00
93 changed files with 10678 additions and 510 deletions

View File

@ -7,9 +7,10 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix": "next lint --fix",
"fix": "eslint . --fix",
"eslint-fix": "eslint . --fix",
"prepare": "husky install ./.husky"
"lint-staged": "lint-staged",
"prepare": "husky"
},
"dependencies": {
"@floating-ui/react": "^0.26.25",
@ -30,7 +31,6 @@
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dify-client": "^2.3.1",
"eslint": "~8.57.1",
"eslint-config-next": "~14.2.32",
"eventsource-parser": "^1.0.0",
"husky": "^9.1.7",
@ -42,10 +42,10 @@
"lodash-es": "^4.17.21",
"mime": "^4.0.7",
"negotiator": "^0.6.3",
"next": "^14.2.32",
"next": "^15.5.2",
"rc-textarea": "^1.5.3",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"react": "~19.1.1",
"react-dom": "~19.1.1",
"react-error-boundary": "^4.0.2",
"react-headless-pagination": "^1.1.4",
"react-i18next": "^12.2.0",
@ -59,25 +59,31 @@
"sass": "^1.61.0",
"scheduler": "^0.23.0",
"server-only": "^0.0.1",
"streamdown": "^1.2.0",
"swr": "^2.3.0",
"tailwind-merge": "^3.2.0",
"typescript": "4.9.5",
"use-context-selector": "^2.0.0",
"uuid": "^10.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "~5.2.2",
"@eslint-react/eslint-plugin": "^1.53.0",
"@faker-js/faker": "^9.0.3",
"@tailwindcss/typography": "^0.5.9",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/negotiator": "^0.6.3",
"autoprefixer": "^10.4.20",
"eslint": "~9.35.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.14",
"typescript": "5.9.2"
},
"lint-staged": {
"**/*.js?(x)": [