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

20 lines
486 B
JSON

{
"name": "@plugins/com.msgbyte.biggerfont",
"main": "src/index.tsx",
"version": "0.0.0",
"description": "为Tailchat增加放大字号的功能,方便不同用户群体",
"private": true,
"scripts": {
"sync:declaration": "tailchat declaration github"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/styled-components": "^5.1.26",
"react": "18.2.0",
"styled-components": "^5.3.6"
}
}