mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00

* add email plugin (#4343) * add email plugin * remove console.log --------- Co-authored-by: zhengshuai.li <zhengshuai.li@cloudpense.com> * perf: smtp email --------- Co-authored-by: lzs2000131 <lzs2000131@163.com> Co-authored-by: zhengshuai.li <zhengshuai.li@cloudpense.com>
28 lines
640 B
JSON
28 lines
640 B
JSON
{
|
|
"name": "@fastgpt/plugins",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"cheerio": "1.0.0-rc.12",
|
|
"@types/pg": "^8.6.6",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"axios": "^1.8.2",
|
|
"duck-duck-scrape": "^2.2.5",
|
|
"echarts": "5.4.1",
|
|
"expr-eval": "^2.0.2",
|
|
"lodash": "^4.17.21",
|
|
"mssql": "^11.0.1",
|
|
"mysql2": "^3.11.3",
|
|
"json5": "^2.2.3",
|
|
"nodemailer": "^6.10.0",
|
|
"pg": "^8.10.0",
|
|
"wikijs": "^6.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fastgpt/global": "workspace:*",
|
|
"@fastgpt/service": "workspace:*",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "20.14.0"
|
|
}
|
|
}
|