mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
b29e10cf65
* update doc * update pnpm version * update lock * update model config doc * time * update dockerfile
34 lines
776 B
JSON
34 lines
776 B
JSON
{
|
|
"name": "@fastgpt/global",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": "10.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"
|
|
}
|
|
}
|