hoist-react-statics
Version:
Dont forget to hoist all props from a base component
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "hoist-react-statics",
"version": "1.0.2",
"description": "Dont forget to hoist all props from a base component",
"main": "dist/index.js",
"types": "react-component-wrapper.d.ts",
"scripts": {
"build": "babel src -d dist",
"prepublish": "npm run build"
},
"keywords": [
"hoc",
"react",
"hoist",
"propTypes",
"flow",
"ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thekashey/hoist-react-statics.git"
},
"author": "Anton Korzunov <thekashey@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thekashey/hoist-react-statics/issues"
},
"homepage": "https://github.com/thekashey/hoist-react-statics",
"dependencies": {
"hoist-non-react-statics": "^2.3.1",
"react-display-name": "^0.2.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.0",
"hoist-non-react-statics": "^2.3.1",
"react-display-name": "^0.2.3"
}
}