|
|
|
@ -67,7 +67,7 @@ |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/core": "^7.19.1", |
|
|
|
|
"@babel/preset-env": "^7.19.1", |
|
|
|
|
"@babel/preset-env": "^7.19.3", |
|
|
|
|
"autoprefixer": "^10.4.12", |
|
|
|
|
"babel-loader": "^8.2.5", |
|
|
|
|
"copy-webpack-plugin": "^11.0.0", |
|
|
|
@ -137,9 +137,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/compat-data": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
@ -211,11 +211,11 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-compilation-targets": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/compat-data": "^7.19.1", |
|
|
|
|
"@babel/compat-data": "^7.19.3", |
|
|
|
|
"@babel/helper-validator-option": "^7.18.6", |
|
|
|
|
"browserslist": "^4.21.3", |
|
|
|
|
"semver": "^6.3.0" |
|
|
|
@ -461,9 +461,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-validator-identifier": { |
|
|
|
|
"version": "7.18.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", |
|
|
|
|
"integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
@ -1596,13 +1596,13 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/preset-env": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/compat-data": "^7.19.1", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.19.1", |
|
|
|
|
"@babel/compat-data": "^7.19.3", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.19.3", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.19.0", |
|
|
|
|
"@babel/helper-validator-option": "^7.18.6", |
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", |
|
|
|
@ -1670,7 +1670,7 @@ |
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.18.10", |
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.18.6", |
|
|
|
|
"@babel/preset-modules": "^0.1.5", |
|
|
|
|
"@babel/types": "^7.19.0", |
|
|
|
|
"@babel/types": "^7.19.3", |
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.3.3", |
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.6.0", |
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.4.1", |
|
|
|
@ -1757,12 +1757,12 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/types": { |
|
|
|
|
"version": "7.19.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz", |
|
|
|
|
"integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-string-parser": "^7.18.10", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.18.6", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.19.1", |
|
|
|
|
"to-fast-properties": "^2.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
@ -18680,9 +18680,9 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/compat-data": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==" |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==" |
|
|
|
|
}, |
|
|
|
|
"@babel/core": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
@ -18735,11 +18735,11 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/helper-compilation-targets": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/compat-data": "^7.19.1", |
|
|
|
|
"@babel/compat-data": "^7.19.3", |
|
|
|
|
"@babel/helper-validator-option": "^7.18.6", |
|
|
|
|
"browserslist": "^4.21.3", |
|
|
|
|
"semver": "^6.3.0" |
|
|
|
@ -18916,9 +18916,9 @@ |
|
|
|
|
"integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==" |
|
|
|
|
}, |
|
|
|
|
"@babel/helper-validator-identifier": { |
|
|
|
|
"version": "7.18.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", |
|
|
|
|
"integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==" |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==" |
|
|
|
|
}, |
|
|
|
|
"@babel/helper-validator-option": { |
|
|
|
|
"version": "7.18.6", |
|
|
|
@ -19654,13 +19654,13 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/preset-env": { |
|
|
|
|
"version": "7.19.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.1.tgz", |
|
|
|
|
"integrity": "sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/compat-data": "^7.19.1", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.19.1", |
|
|
|
|
"@babel/compat-data": "^7.19.3", |
|
|
|
|
"@babel/helper-compilation-targets": "^7.19.3", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.19.0", |
|
|
|
|
"@babel/helper-validator-option": "^7.18.6", |
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", |
|
|
|
@ -19728,7 +19728,7 @@ |
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.18.10", |
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.18.6", |
|
|
|
|
"@babel/preset-modules": "^0.1.5", |
|
|
|
|
"@babel/types": "^7.19.0", |
|
|
|
|
"@babel/types": "^7.19.3", |
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.3.3", |
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.6.0", |
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.4.1", |
|
|
|
@ -19796,12 +19796,12 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@babel/types": { |
|
|
|
|
"version": "7.19.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz", |
|
|
|
|
"integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==", |
|
|
|
|
"version": "7.19.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.3.tgz", |
|
|
|
|
"integrity": "sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==", |
|
|
|
|
"requires": { |
|
|
|
|
"@babel/helper-string-parser": "^7.18.10", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.18.6", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.19.1", |
|
|
|
|
"to-fast-properties": "^2.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|