UNPKG

@mandlazy/cute

Version:
77 lines (76 loc) 1.98 kB
{ "name": "@mandlazy/cute", "version": "1.0.5", "description": "基于antd 封装", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext js,jsx src/", "prebuild": "rimraf dist", "build": "rollup -c rollup.config.js", "commit": "git-cz" }, "repository": { "type": "git", "url": "git+https://github.com/mandlazy/cute.git" }, "keywords": [ "address", "form-item", "地址选择" ], "author": "jeesoong@live.com", "license": "MIT", "bugs": { "url": "https://github.com/mandlazy/cute/issues" }, "homepage": "https://github.com/mandlazy/cute#readme", "devDependencies": { "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.4.5", "@commitlint/cli": "^7.6.1", "@commitlint/config-conventional": "^7.6.0", "babel-eslint": "^10.0.1", "camelcase": "^5.3.1", "commitizen": "^3.1.1", "cz-conventional-changelog": "^2.1.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0", "husky": "^2.3.0", "lint-staged": "^8.1.7", "rimraf": "^2.6.3", "rollup": "^1.12.4", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-terser": "^5.0.0" }, "dependencies": { "antd": "^3.18.2", "react": "^16.8.6" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "yarn lint", "git add" ] } }