|
|
|
@ -79,6 +79,27 @@ |
|
|
|
"@babel/types": "^7.10.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/helper-builder-react-jsx": { |
|
|
|
"version": "7.10.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.3.tgz", |
|
|
|
"integrity": "sha512-vkxmuFvmovtqTZknyMGj9+uQAZzz5Z9mrbnkJnPkaYGfKTaSsYcjQdXP0lgrWLVh8wU6bCjOmXOpx+kqUi+S5Q==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-annotate-as-pure": "^7.10.1", |
|
|
|
"@babel/types": "^7.10.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/helper-builder-react-jsx-experimental": { |
|
|
|
"version": "7.10.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz", |
|
|
|
"integrity": "sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-annotate-as-pure": "^7.10.1", |
|
|
|
"@babel/helper-module-imports": "^7.10.1", |
|
|
|
"@babel/types": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/helper-compilation-targets": { |
|
|
|
"version": "7.10.2", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz", |
|
|
|
@ -462,6 +483,15 @@ |
|
|
|
"@babel/helper-plugin-utils": "^7.8.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-syntax-jsx": { |
|
|
|
"version": "7.10.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.10.1.tgz", |
|
|
|
"integrity": "sha512-+OxyOArpVFXQeXKLO9o+r2I4dIoVoy6+Uu0vKELrlweDM3QJADZj+Z+5ERansZqIZBcLj42vHnDI8Rz9BnRIuQ==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-plugin-utils": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": { |
|
|
|
"version": "7.8.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", |
|
|
|
@ -747,6 +777,68 @@ |
|
|
|
"@babel/helper-plugin-utils": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-react-display-name": { |
|
|
|
"version": "7.10.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.10.3.tgz", |
|
|
|
"integrity": "sha512-dOV44bnSW5KZ6kYF6xSHBth7TFiHHZReYXH/JH3XnFNV+soEL1F5d8JT7AJ3ZBncd19Qul7SN4YpBnyWOnQ8KA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-plugin-utils": "^7.10.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-react-jsx": { |
|
|
|
"version": "7.10.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.10.3.tgz", |
|
|
|
"integrity": "sha512-Y21E3rZmWICRJnvbGVmDLDZ8HfNDIwjGF3DXYHx1le0v0mIHCs0Gv5SavyW5Z/jgAHLaAoJPiwt+Dr7/zZKcOQ==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-builder-react-jsx": "^7.10.3", |
|
|
|
"@babel/helper-builder-react-jsx-experimental": "^7.10.1", |
|
|
|
"@babel/helper-plugin-utils": "^7.10.3", |
|
|
|
"@babel/plugin-syntax-jsx": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-react-jsx-development": { |
|
|
|
"version": "7.10.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.10.1.tgz", |
|
|
|
"integrity": "sha512-XwDy/FFoCfw9wGFtdn5Z+dHh6HXKHkC6DwKNWpN74VWinUagZfDcEJc3Y8Dn5B3WMVnAllX8Kviaw7MtC5Epwg==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-builder-react-jsx-experimental": "^7.10.1", |
|
|
|
"@babel/helper-plugin-utils": "^7.10.1", |
|
|
|
"@babel/plugin-syntax-jsx": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-react-jsx-self": { |
|
|
|
"version": "7.10.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.10.1.tgz", |
|
|
|
"integrity": "sha512-4p+RBw9d1qV4S749J42ZooeQaBomFPrSxa9JONLHJ1TxCBo3TzJ79vtmG2S2erUT8PDDrPdw4ZbXGr2/1+dILA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-plugin-utils": "^7.10.1", |
|
|
|
"@babel/plugin-syntax-jsx": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-react-jsx-source": { |
|
|
|
"version": "7.10.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.10.1.tgz", |
|
|
|
"integrity": "sha512-neAbaKkoiL+LXYbGDvh6PjPG+YeA67OsZlE78u50xbWh2L1/C81uHiNP5d1fw+uqUIoiNdCC8ZB+G4Zh3hShJA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-plugin-utils": "^7.10.1", |
|
|
|
"@babel/plugin-syntax-jsx": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-react-pure-annotations": { |
|
|
|
"version": "7.10.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.10.3.tgz", |
|
|
|
"integrity": "sha512-n/fWYGqvTl7OLZs/QcWaKMFdADPvC3V6jYuEOpPyvz97onsW9TXn196fHnHW1ZgkO20/rxLOgKnEtN1q9jkgqA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-annotate-as-pure": "^7.10.1", |
|
|
|
"@babel/helper-plugin-utils": "^7.10.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/plugin-transform-regenerator": { |
|
|
|
"version": "7.10.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.3.tgz", |
|
|
|
@ -928,6 +1020,21 @@ |
|
|
|
"esutils": "^2.0.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/preset-react": { |
|
|
|
"version": "7.10.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.10.1.tgz", |
|
|
|
"integrity": "sha512-Rw0SxQ7VKhObmFjD/cUcKhPTtzpeviEFX1E6PgP+cYOhQ98icNqtINNFANlsdbQHrmeWnqdxA4Tmnl1jy5tp3Q==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@babel/helper-plugin-utils": "^7.10.1", |
|
|
|
"@babel/plugin-transform-react-display-name": "^7.10.1", |
|
|
|
"@babel/plugin-transform-react-jsx": "^7.10.1", |
|
|
|
"@babel/plugin-transform-react-jsx-development": "^7.10.1", |
|
|
|
"@babel/plugin-transform-react-jsx-self": "^7.10.1", |
|
|
|
"@babel/plugin-transform-react-jsx-source": "^7.10.1", |
|
|
|
"@babel/plugin-transform-react-pure-annotations": "^7.10.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@babel/runtime": { |
|
|
|
"version": "7.10.3", |
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", |
|
|
|
@ -2198,6 +2305,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"classnames": { |
|
|
|
"version": "2.2.6", |
|
|
|
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", |
|
|
|
"integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" |
|
|
|
}, |
|
|
|
"clean-css": { |
|
|
|
"version": "4.2.3", |
|
|
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz", |
|
|
|
|