UNPKG

react-polyfill-pure-component

Version:
47 lines (46 loc) 1.14 kB
{ "name": "react-polyfill-pure-component", "version": "1.1.0", "description": "React PureComponent polyfill", "keywords": [ "React", "PureComponent", "pure", "component", "polyfill" ], "author": "huya.nzb <huya.nzb@taobao.com>", "homepage": "https://github.com/kingback/react-polyfills", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/kingback/react-polyfills.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "build": "babel src --out-dir lib" }, "bugs": { "url": "https://github.com/kingback/react-polyfills/issues" }, "dependencies": { "react-addons-shallow-compare": "^15.6.3" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "react": "^0.14.9", "react-dom": "^0.14.9" }, "gitHead": "94dd4960f09c28a1892f1e8f9c451587911d2000" }