Files
create-react-app/packages/react-app-polyfill/package.json
Ian Schmitz b02f181d0d Publish
- babel-plugin-named-asset-import@0.3.1
 - babel-preset-react-app@7.0.1
 - create-react-app@2.1.4
 - eslint-config-react-app@3.0.7
 - react-app-polyfill@0.2.1
 - react-dev-utils@7.0.2
 - react-error-overlay@5.1.3
 - react-scripts@2.1.4
2019-02-10 13:48:33 -08:00

26 lines
548 B
JSON

{
"name": "react-app-polyfill",
"version": "0.2.1",
"description": "Polyfills for various browsers including commonly used language features",
"repository": "facebook/create-react-app",
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"engines": {
"node": ">=6"
},
"files": [
"ie9.js",
"ie11.js",
"jsdom.js"
],
"dependencies": {
"core-js": "2.6.4",
"object-assign": "4.1.1",
"promise": "8.0.2",
"raf": "3.4.1",
"whatwg-fetch": "3.0.0"
}
}