mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
28 lines
635 B
JSON
28 lines
635 B
JSON
{
|
|
"name": "@fastgpt/service",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@fastgpt/global": "workspace:*",
|
|
"cookie": "^0.5.0",
|
|
"encoding": "^0.1.13",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongoose": "^7.0.2",
|
|
"nanoid": "^4.0.1",
|
|
"dayjs": "^1.11.7",
|
|
"next": "13.5.2",
|
|
"multer": "1.4.5-lts.1",
|
|
"axios": "^1.5.1",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"nextjs-cors": "^2.1.2",
|
|
"pg": "^8.10.0",
|
|
"tunnel": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookie": "^0.5.2",
|
|
"@types/jsonwebtoken": "^9.0.3",
|
|
"@types/multer": "^1.4.10",
|
|
"@types/pg": "^8.6.6",
|
|
"@types/tunnel": "^0.0.4"
|
|
}
|
|
}
|