Files
chat/client/web/plugins/com.msgbyte.mdpanel/package.json
2026-04-25 16:36:34 +08:00

17 lines
384 B
JSON

{
"name": "@plugins/com.msgbyte.mdpanel",
"main": "src/index.tsx",
"version": "0.0.0",
"description": "Add markdown panel support",
"private": true,
"scripts": {
"sync:declaration": "tailchat declaration github"
},
"dependencies": {},
"devDependencies": {
"@types/styled-components": "^5.1.26",
"react": "18.2.0",
"styled-components": "^5.3.6"
}
}