mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 15:54:11 +00:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"name": "@fastgpt/web",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@fastgpt/global": "workspace:*",
|
|
"joplin-turndown-plugin-gfm": "^1.0.12",
|
|
"turndown": "^7.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/turndown": "^5.0.4"
|
|
}
|
|
}
|