package.json 774 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "react-app-polyfill",
  3. "version": "3.0.0",
  4. "description": "Polyfills for various browsers including commonly used language features",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/create-react-app.git",
  8. "directory": "packages/react-app-polyfill"
  9. },
  10. "license": "MIT",
  11. "bugs": {
  12. "url": "https://github.com/facebook/create-react-app/issues"
  13. },
  14. "engines": {
  15. "node": ">=14"
  16. },
  17. "files": [
  18. "ie9.js",
  19. "ie11.js",
  20. "jsdom.js",
  21. "stable.js"
  22. ],
  23. "dependencies": {
  24. "core-js": "^3.19.2",
  25. "object-assign": "^4.1.1",
  26. "promise": "^8.1.0",
  27. "raf": "^3.4.1",
  28. "regenerator-runtime": "^0.13.9",
  29. "whatwg-fetch": "^3.6.2"
  30. },
  31. "gitHead": "221e511730ca51c036c6954a9d2ee7659ff860f9"
  32. }