fx-form-widget
Version:
101 lines (100 loc) • 2.66 kB
JSON
{
"name": "fx-form-widget",
"version": "1.2.25",
"description": "动态表单组件库",
"files": [
"demo/",
"es/",
"lib/"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"pulish": "npm publish"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@iceworks/spec": "^1.0.0",
"@rollup/plugin-json": "^4.1.0",
"@types/js-cookie": "^2.2.7",
"@types/lodash": "^4.17.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.70",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^18.2.22",
"antd": "^5.16.1",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"build-plugin-component": "^1.0.0",
"build-plugin-fusion": "^0.1.0",
"build-scripts": "^1.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.8.0",
"lint-staged": "^10.0.7",
"nodemon": "^2.0.12",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"stylelint": "^13.7.2",
"webpack-dev-server-output": "^0.0.6"
},
"componentConfig": {
"name": "ExampleComponent",
"title": "demo component",
"category": "Others"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"dependencies": {
"@ant-design/pro-components": "^2.6.52",
"@fle-ui/plus-address-selection": "^1.0.15",
"@fle-ui/plus-config-provider": "^1.0.5",
"@fle-ui/plus-member-selection": "^1.0.6",
"axios": "^1.2.0",
"dayjs": "^1.11.10",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"nanoid": "^3.1.25",
"qs": "^6.10.1",
"rc-color-picker": "^1.2.6",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-sortablejs": "6.0.0",
"sortablejs": "^1.14.0",
"umi": "^3.5.19"
},
"peerDependencies": {
"antd": ">=5.13.0",
"react": ">=17.0.0"
},
"keywords": [
"form generator",
"antd",
"fle-ui"
],
"homepage": "https://unpkg.com/fx-form-widget@1.2.24/build/index.html"
}