@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
119 lines (118 loc) • 3.29 kB
JSON
{
"name": "@perfma/heaven",
"author": "archie.chiu",
"version": "1.1.1beta03",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"less": "cp ./heaven.less ./dist/ && lessc --js --npm-import='prefix=~' ./dist/heaven.less ./dist/heaven.css",
"build": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"beta": "npm run build && npm run less && npm publish --tag=beta",
"release": "npm run build && npm run less && npm publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,md,json}\"",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"commit": "cz"
},
"main": "lib/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"unpkg": "dist/index.umd.min.js",
"files": [
"dist",
"lib",
"es"
],
"keywords": [
"npm",
"package",
"perfma",
"heaven"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,jsx,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"father-build": "1.22.3",
"less": "3.9.0",
"react-draggable": "4.4.5",
"react-resizable": "3.0.4",
"rmc-notification": "1.0.0"
},
"devDependencies": {
"@babel/runtime": "7.12.5",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/react": "16.14.28",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.33.0",
"@umijs/test": "3.5.27",
"@umijs/plugin-antd": "0.15.0",
"antd": "4.19.4",
"antd-img-crop": "3.16.0",
"array-move": "3.0.1",
"babel-plugin-import": "1.13.5",
"cz-conventional-changelog": "3.3.0",
"dumi": "1.1.43",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-compat": "3.13.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"father-build": "1.22.3",
"fetch-jsonp": "1.2.1",
"gh-pages": "3.2.3",
"husky": "4.3.8",
"immutability-helper": "3.1.1",
"less-plugin-npm-import": "2.1.0",
"lint-staged": "10.5.4",
"prettier": "2.7.1",
"rc-tween-one": "2.7.3",
"react": "17.0.2",
"react-copy-to-clipboard": "5.1.0",
"react-dnd": "14.0.5",
"react-dnd-html5-backend": "14.1.0",
"react-dom": "17.0.2",
"react-highlight-words": "0.17.0",
"react-infinite-scroller": "1.2.6",
"react-intl": "5.25.1",
"react-sortable-hoc": "2.0.0",
"react-sticky": "6.0.3",
"react-text-loop": "2.3.0",
"react-virtualized": "9.22.3",
"react-window": "1.8.7",
"reqwest": "2.0.5",
"yorkie": "2.0.0"
},
"peerDependencies": {
"antd": "4.19.4",
"react": ">=17.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}