mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
384 B
JSON
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"
|
|
}
|
|
}
|