@lvxiaowu/antd4
Version:
antd4-components
62 lines (61 loc) • 1.38 kB
JSON
{
"name": "@lvxiaowu/antd4",
"version": "1.0.2",
"description": "antd4-components",
"main": "es/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"keywords": [
"react",
"antd4"
],
"author": "lvxiaowu",
"license": "MIT",
"scripts": {
"start": "dumi dev",
"build": "father-build build",
"pub": "bash scripts/publish.sh",
"release": "node scripts/release.js"
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 100
},
"files": [
"es"
],
"browserslist": [
"last 2 versions",
"> 1%"
],
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.16.7",
"babel-plugin-import": "^1.13.3",
"dumi": "1.1.23",
"father-build": "1.19.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shelljs": "^0.8.4",
"slash": "^3.0.0"
},
"dependencies": {
"@lvxiaowu/utils": "1.3.0",
"array-move": "3.0.1",
"classnames": "^2.3.1",
"mobx": "^6.1.8",
"mobx-react-lite": "^3.2.0",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "2.0.0"
},
"peerDependencies": {
"antd": ">=4.0.0",
"mobx": ">=6.0.0",
"mobx-react-lite": ">=3.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-router-dom": ">=5.0.0"
}
}