tachybase_todo/packages/plugins/@tachybase/plugin-theme-editor/package.json

37 lines
1.2 KiB
JSON

{
"name": "@tachybase/plugin-theme-editor",
"displayName": "Theme editor",
"version": "0.21.62",
"description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
"keywords": [
"System management"
],
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/icons": "~5.3.7",
"@arvinxu/layout-kit": "^1",
"@ctrl/tinycolor": "^3.6.0",
"@types/lodash": "4.17.5",
"antd": "5.18.3",
"lodash": "4.17.21",
"rc-util": "^5.32.0",
"react": "^18.3.1",
"react-colorful": "^5.5.1",
"react-i18next": "^14.1.2",
"tinycolor2": "^1.6.0",
"use-debouncy": "^4.3.0",
"vanilla-jsoneditor": "^0.17.8"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
"displayName.zh-CN": "主题编辑器"
}