UNPKG

react-admin-component

Version:
124 lines 3.48 kB
{ "name": "react-admin-component", "version": "0.0.1-pzfe3pdp", "description": "react library", "main": "./lib/index.cjs.js", "module": "./lib/index.esm.js", "scripts": { "test": "jest", "build": "tsc -p ./ && rollup -c && node copy-style.js", "dev": "rollup -c -w", "style": "node copy-style.js", "commit": "git-cz", "release": "standard-version", "storybook": "start-storybook -s ./docs -p 6006", "build-storybook": "build-storybook", "docs": "typedoc --out docs src", "deploy": "node publish.js" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "commit-msg": "commitlint -e $GIT_PARAMS" } }, "repository": { "type": "git", "url": "git+https://github.com/yezihaohao/react-lib.git" }, "keywords": [ "react", "react-lib", "cli", "tool", "rollup" ], "author": "yezihaohao", "license": "MIT", "bugs": { "url": "https://github.com/yezihaohao/react-lib/issues" }, "homepage": "https://github.com/yezihaohao/react-lib#readme", "typings": "./lib/index.d.ts", "devDependencies": { "@babel/core": "^7.6.0", "@commitlint/cli": "^8.1.0", "@commitlint/config-conventional": "^8.1.0", "@rollup/plugin-commonjs": "^11.0.0", "@storybook/addon-actions": "^5.2.1", "@storybook/addon-docs": "^5.3.0-alpha.4", "@storybook/addon-info": "^5.2.1", "@storybook/addon-links": "^5.2.1", "@storybook/addon-notes": "^5.2.1", "@storybook/addons": "^5.2.1", "@storybook/react": "^5.2.1", "@types/enzyme": "^3.10.3", "@types/enzyme-adapter-react-16": "^1.0.5", "@types/jest": "^24.0.18", "@types/lodash.debounce": "^4.0.6", "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "@types/storybook__react": "^4.0.2", "@typescript-eslint/eslint-plugin": "^2.3.1", "@typescript-eslint/parser": "^2.3.1", "antd": "^3.22.0", "awesome-typescript-loader": "^5.2.1", "babel-eslint": "10.x", "babel-loader": "^8.0.6", "chalk": "^2.4.2", "commitizen": "^4.0.3", "cz-conventional-changelog": "^3.0.2", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "eslint": "6.x", "eslint-config-react-app": "^5.0.2", "eslint-plugin-flowtype": "3.x", "eslint-plugin-import": "2.x", "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-react": "7.x", "eslint-plugin-react-hooks": "1.x", "glob": "^7.1.4", "husky": "^3.0.5", "jest": "^24.9.0", "less": "^3.10.3", "less-plugin-clean-css": "^1.5.1", "react": "^16.9.0", "react-docgen-typescript-loader": "^3.2.0", "react-dom": "^16.9.0", "redux-alita": "^2.1.3", "rollup": "^1.19.4", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-typescript2": "^0.22.1", "standard-version": "^7.0.0", "ts-jest": "^24.0.2", "typedoc": "^0.15.0", "typescript": "^3.5.3" }, "peerDependencies": { "@types/react": "^16.9.2", "antd": "^3.22.0", "react": "^16.9.0" }, "dependencies": { "@types/classnames": "^2.2.9", "classnames": "^2.2.6", "cropperjs": "^1.5.5", "lodash.debounce": "^4.0.8", "react-fast-compare": "^2.0.4", "react-use": "^10.7.0" }, "files": [ "lib" ], "jest": { "unmockedModulePathPatterns": [ "node_modules/react/", "node_modules/enzyme/" ] } }