source: frontend/node_modules/react-app-polyfill/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 774 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.