@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "@wufengteam/inputs",
"version": "4.3.1-alpha.1",
"description": "平台提供的右侧属性编辑器,需要在主工程中注册",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es",
"lib"
],
"keywords": [
"wufengteam",
"alita"
],
"authors": [
"xiaohuoni <448627663@qq.com> (https://github.com/xiaohuoni)"
],
"license": "MIT",
"scripts": {
"build": "father-build",
"watch": "father-build -w"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@wufengteam/core": "4.2.1-alpha.5",
"antd": "4.24.13",
"react": ">=16.8.6"
},
"dependencies": {
"@alita/flow": "3.0.3",
"@ant-design/icons": "^4.7.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"@wufengteam/attrfilter": "4.3.1-alpha.1",
"ahooks": "^3.3.0",
"immutability-helper": "^3.1.1",
"lodash.difference": "^4.5.0",
"lodash.uniq": "^4.5.0",
"moment": "2.29.4",
"react-dnd": "11.1.3",
"react-dnd-html5-backend": "11.1.3",
"react-infinite-scroll-component": "^6.1.0",
"uuid": "^8.3.2",
"classnames": "^2.3.2"
}
}