mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-20 19:24:29 +00:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "@fastgpt/common",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"mongoose": "^7.0.2",
|
|
"winston": "^3.10.0",
|
|
"winston-mongodb": "^5.1.1",
|
|
"axios": "^1.5.1",
|
|
"nextjs-cors": "^2.1.2",
|
|
"next": "13.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.5"
|
|
}
|
|
}
|