q-antd
Version:
双绑形式的antd。受控组件的双绑、Form表单验证
61 lines (60 loc) • 1.52 kB
JSON
{
"name": "q-antd",
"version": "2.3.31",
"description": "双绑形式的antd。受控组件的双绑、Form表单验证",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ysyfff/q-antd"
},
"author": "shiyong.yin <braveyin168@outlook.com> braveyin168@outlook.com",
"license": "MIT",
"devDependencies": {
"antd": "^3.6.2",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^23.1.0",
"mobx": "^5.0.2",
"mobx-react": "^5.2.3",
"prettier": "1.13.5",
"q-antd-tools": "^1.0.13",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"peerDependencies": {
"antd": "^3.0.3",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"dependencies": {
"async-validator": "^1.8.2",
"core-decorators": "^0.20.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"prop-types": "^15.6.1",
"set-props": "^1.0.9",
"warning": "^3.0.0"
},
"keywords": [
"antd",
"q-antd",
"Form",
"Fields",
"duplex",
"mobx",
"react"
],
"scripts": {
"compile": "q-antd-tools run compile",
"test": "jest --config .jest.js",
"p": "yarn compile && yarn publish",
"format": "prettier --config .prettierrc --write \"component/**/*.js\""
}
}