zp-bee
Version:
zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。
107 lines • 2.78 kB
JSON
{
"name": "zp-bee",
"version": "0.2.6",
"description": "zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。",
"keywords": [
"react",
"typescript",
"antd",
"ui",
"dumi",
"father"
],
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d dist",
"deploy": "rimraf dist && npm run docs:build && npm run docs:deploy",
"build": "npm run clean && father-build && gulp",
"release": "npm run build && npm publish",
"v-release": "node ./scripts/release.js",
"clean": "rimraf lib es dist",
"precommit": "lint-staged",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"main": "lib/index.js",
"module": "es/index.esm.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"files": [
"lib",
"es"
],
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"sideEffects": [
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"author": "zhangkui",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@babel/runtime": "^7.12.5",
"antd": "4.16.6",
"async-validator": "^3.2.4",
"classnames": "^2.2.6",
"react-resizable": "^1.11.1",
"react-use": "^17.2.4",
"virtualizedtableforantd4": "^1.1.2"
},
"devDependencies": {
"@testing-library/dom": "^7.30.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/user-event": "^12.8.1",
"@types/classnames": "^2.2.11",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-resizable": "^1.7.2",
"@umijs/test": "^3.0.5",
"babel-plugin-import": "^1.13.3",
"babel-runtime": "^6.26.0",
"dumi": "^1.0.10",
"father-build": "^1.19.3",
"gh-pages": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"inquirer": "^7.3.3",
"klaw-sync": "^6.0.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^10.0.7",
"mobx": "^6.3.0",
"mobx-react-lite": "^3.2.0",
"prettier": "^1.19.1",
"react-hot-loader": "^4.13.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"ts-node": "^9.1.0",
"vfile-message": "^2.0.4",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}