mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00

* perf: revert tip * feat: create copy app * perf: file stream read * perf: read directory over 100 files * perf: index * fix: team chat api error * lock * fix: i18n file
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"axios": "^1.5.1",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "^1.11.7",
|
|
"encoding": "^0.1.13",
|
|
"js-yaml": "^4.1.0",
|
|
"jschardet": "3.1.1",
|
|
"nanoid": "^4.0.1",
|
|
"next": "14.2.3",
|
|
"openai": "4.28.0",
|
|
"openapi-types": "^12.1.3",
|
|
"timezones-list": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.14.2"
|
|
}
|
|
}
|