mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00

* perf: system plugin auto save file * feat: http support jsonPath * fix: assistant response * reset milvus version * fix: textarea register * fix: global variable * delete tip * doc
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "@fastgpt/plugins",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/pg": "^8.6.6",
|
|
"axios": "^1.5.1",
|
|
"duck-duck-scrape": "^2.2.5",
|
|
"echarts": "5.4.1",
|
|
"expr-eval": "^2.0.2",
|
|
"lodash": "^4.17.21",
|
|
"mysql2": "^3.11.3",
|
|
"json5": "^2.2.3",
|
|
"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"
|
|
}
|
|
}
|