Files
FastGPT/packages/global/package.json
T
Archer 960c8898cf docs: switch to docs layout and apply black theme (#6533)
* feat: add Gemini 3.1 models

- Add gemini-3.1-pro-preview (released February 19, 2026)
- Add gemini-3.1-flash-lite-preview (released March 3, 2026)

Both models support:
- 1M context window
- 64k max response
- Vision
- Tool choice

* docs: switch to docs layout and apply black theme

- Change layout from notebook to docs
- Update logo to icon + text format
- Apply fumadocs black theme
- Simplify global.css (keep only navbar and TOC styles)
- Fix icon components to properly accept className props
- Add mobile text overflow handling
- Update Node engine requirement to >=20.x

* doc

* doc

* lock

* fix: ts

* doc

* doc

---------

Co-authored-by: archer <archer@archerdeMac-mini.local>
Co-authored-by: archer <545436317@qq.com>
2026-03-10 11:57:25 +08:00

34 lines
779 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"
}
}