mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-27 02:08:10 +08:00
939282b7c8
* doc * wip(next): upgrade next16 with next-rspack to build (#6501) * wip(next): upgrade next16 with next-rspack to build * wip: fix tsconfig path alias, bump various deps * fix: test action pnpm version, immer dep * fix: only use Rspack for develop environment * lock * fix: dataset choice hint (#6514) * fix: dataset choice hint * fix: regex replaceVarible remove useless match group * fix: type check (#6515) * test: perfect test cases for replaceVarible function in like case (#6516) --------- Co-authored-by: archer <545436317@qq.com> Co-authored-by: Ryo <whoeverimf5@gmail.com>
34 lines
775 B
JSON
34 lines
775 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": "20.x",
|
|
"pnpm": "9.x"
|
|
},
|
|
"dependencies": {
|
|
"@fastgpt-sdk/plugin": "0.3.8",
|
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
"@bany/curl-to-json": "^1.2.8",
|
|
"axios": "catalog:",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "catalog:",
|
|
"encoding": "^0.1.13",
|
|
"js-yaml": "catalog:",
|
|
"jschardet": "3.1.1",
|
|
"json5": "catalog:",
|
|
"nanoid": "^5.1.3",
|
|
"next": "catalog:",
|
|
"openai": "4.104.0",
|
|
"openapi-types": "^12.1.3",
|
|
"timezones-list": "^3.0.2",
|
|
"lodash": "catalog:",
|
|
"zod": "catalog:",
|
|
"zod-openapi": "^5.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "catalog:",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "20.14.0"
|
|
}
|
|
}
|