mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
* Bump dependencies in react-dev-utils * Bump dependencies in react-app-polyfill * Bump dependencies in create-react-app * Bump dependencies in react-error-overlay * Bump dependencies in react-scripts * Bump react
32 lines
715 B
JSON
32 lines
715 B
JSON
{
|
|
"name": "react-app-polyfill",
|
|
"version": "1.0.5",
|
|
"description": "Polyfills for various browsers including commonly used language features",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/create-react-app.git",
|
|
"directory": "packages/react-app-polyfill"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"ie9.js",
|
|
"ie11.js",
|
|
"jsdom.js",
|
|
"stable.js"
|
|
],
|
|
"dependencies": {
|
|
"core-js": "^3.5.0",
|
|
"object-assign": "^4.1.1",
|
|
"promise": "^8.0.3",
|
|
"raf": "^3.4.1",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"whatwg-fetch": "^3.0.0"
|
|
}
|
|
}
|