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