react-polyfill-all
Version:
React all polyfills
56 lines (55 loc) • 1.44 kB
JSON
{
"name": "react-polyfill-all",
"version": "1.1.9",
"description": "React all polyfills",
"keywords": [
"React",
"ref",
"memo",
"context",
"hooks",
"PureComponent",
"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 && cp src/index.d.ts lib/index.d.ts"
},
"bugs": {
"url": "https://github.com/kingback/react-polyfills/issues"
},
"dependencies": {
"react-polyfill-context": "^1.0.12",
"react-polyfill-fragment": "^1.1.0",
"react-polyfill-hooks": "^1.1.9",
"react-polyfill-memo": "^1.1.0",
"react-polyfill-portal": "^1.1.0",
"react-polyfill-pure-component": "^1.1.0",
"react-polyfill-ref": "^1.0.13"
},
"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",
"babel-loader": "^8.0.6",
"react": "^0.14.9",
"react-dom": "^0.14.9"
},
"gitHead": "d13438f41d8fbe48f869234d446fb1fb84d7ec93"
}