@zhangmmm/ming-ui
Version:
69 lines (68 loc) • 1.48 kB
JSON
{
"name": "@zhangmmm/ming-ui",
"version": "0.0.2",
"description": "基于 react 的组件库",
"keywords": [
"react",
"ming-ui",
"ming",
"ui"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"authors": {
"name": "zhangming",
"email": "qianzm2490@vip.qq.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangminggeek/ming-ui.git"
},
"homepage": "https://github.com/zhangminggeek/ming-ui",
"scripts": {
"dev": "npx --max_old_space_size=8096 father doc dev --host 0.0.0.0",
"build": "father build",
"build:doc": "father doc build",
"deploy": "father doc deploy"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/react-dom": "^16.9.5",
"babel-plugin-import": "^1.13.0",
"father": "^2.16.0",
"typescript": "^3.3.3"
},
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.0.2",
"@babel/runtime": "^7.8.4",
"antd": "^4.0.0",
"classnames": "^2.2.6"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"lint-staged": {
"components/**/*.ts?(x)": [
"prettier --write",
"eslint --fix",
"git add"
],
"components/**/*.less": [
"stylelint --syntax less --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}