6bd0568d08
* chore: upgrade antd to v5.12.2 * refactor: rename to StablePopover * fix: fix tests * test: fix e2e * chore(CI): optimize E2E workflow * chore: fix playwright * fix: re-generate yarn.lock to fix e2e errors * test: update locator * fix: fix build errors * fix: fix unit tests * fix: fix e2e tests * fix: should not auto close when clicking menu item * fix: fix column width * test: increase e2e timeout-minutes to 90 * test: fix e2e * fix: update dockerfile * fix: npmignore * fix: app component false --------- Co-authored-by: chenos <chenlinxh@gmail.com>
34 lines
980 B
JSON
34 lines
980 B
JSON
{
|
|
"name": "@nocobase/plugin-theme-editor",
|
|
"version": "0.17.0-alpha.7",
|
|
"main": "dist/server/index.js",
|
|
"displayName": "Theme editor",
|
|
"displayName.zh-CN": "主题编辑器",
|
|
"description": "Allows you to customize UI colors, sizes, etc",
|
|
"description.zh-CN": "允许你自定义 UI 的颜色、尺寸等",
|
|
"devDependencies": {
|
|
"@ant-design/cssinjs": "^1.11.1",
|
|
"@ant-design/icons": "5.x",
|
|
"@arvinxu/layout-kit": "^1",
|
|
"@ctrl/tinycolor": "^3.6.0",
|
|
"@emotion/css": "^11.11.2",
|
|
"antd": "5.x",
|
|
"classnames": "^2.3.1",
|
|
"lodash": "4.17.21",
|
|
"rc-util": "^5.32.0",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.5.1",
|
|
"tinycolor2": "^1.6.0",
|
|
"use-debouncy": "^4.3.0",
|
|
"vanilla-jsoneditor": "^0.17.8"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
}
|
|
}
|