|
|
@@ -126,6 +126,7 @@ importers:
|
|
|
cross-env: ^7.0.3
|
|
|
cross-spawn: ^7.0.3
|
|
|
css-loader: ^6.7.1
|
|
|
+ css-minimizer-webpack-plugin: ^4.2.2
|
|
|
detect-port-alt: ^1.1.6
|
|
|
dotenv: ^16.0.3
|
|
|
esbuild-loader: ^2.20.0
|
|
|
@@ -147,6 +148,7 @@ importers:
|
|
|
style-loader: ^3.3.1
|
|
|
swc-loader: ^0.2.3
|
|
|
swc-plugin-react-remove-properties: ^0.1.1
|
|
|
+ terser-webpack-plugin: ^5.3.6
|
|
|
webpack: ^5.75.0
|
|
|
webpack-bundle-analyzer: ^4.7.0
|
|
|
webpack-cli: ^4.10.0
|
|
|
@@ -165,6 +167,7 @@ importers:
|
|
|
cross-env: 7.0.3
|
|
|
cross-spawn: 7.0.3
|
|
|
css-loader: 6.7.2_webpack@5.75.0
|
|
|
+ css-minimizer-webpack-plugin: 4.2.2_webpack@5.75.0
|
|
|
detect-port-alt: 1.1.6
|
|
|
dotenv: 16.0.3
|
|
|
esbuild-loader: 2.20.0_webpack@5.75.0
|
|
|
@@ -186,6 +189,7 @@ importers:
|
|
|
style-loader: 3.3.1_webpack@5.75.0
|
|
|
swc-loader: 0.2.3_zqhpc3y2oecp2qxc3hqu7q4zbq
|
|
|
swc-plugin-react-remove-properties: 0.1.1
|
|
|
+ terser-webpack-plugin: 5.3.6_zqhpc3y2oecp2qxc3hqu7q4zbq
|
|
|
webpack: 5.75.0_id63hl4ti3a2o54kosxu7nkk2i
|
|
|
webpack-bundle-analyzer: 4.7.0
|
|
|
webpack-cli: 4.10.0_y7ttplitmkohdpgkllksfboxwa
|
|
|
@@ -4031,6 +4035,15 @@ packages:
|
|
|
engines: {node: '>=10'}
|
|
|
dev: true
|
|
|
|
|
|
+ /caniuse-api/3.0.0:
|
|
|
+ resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ caniuse-lite: 1.0.30001436
|
|
|
+ lodash.memoize: 4.1.2
|
|
|
+ lodash.uniq: 4.5.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/caniuse-lite/1.0.30001436:
|
|
|
resolution: {integrity: sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==}
|
|
|
dev: true
|
|
|
@@ -4392,6 +4405,18 @@ packages:
|
|
|
postcss-selector-parser: 6.0.11
|
|
|
dev: true
|
|
|
|
|
|
+ /css-declaration-sorter/6.3.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.0.9
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
/css-functions-list/3.1.0:
|
|
|
resolution: {integrity: sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w==}
|
|
|
engines: {node: '>=12.22'}
|
|
|
@@ -4427,6 +4452,40 @@ packages:
|
|
|
webpack: 5.75.0_id63hl4ti3a2o54kosxu7nkk2i
|
|
|
dev: true
|
|
|
|
|
|
+ /css-minimizer-webpack-plugin/4.2.2_webpack@5.75.0:
|
|
|
+ resolution: {integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==}
|
|
|
+ engines: {node: '>= 14.15.0'}
|
|
|
+ peerDependencies:
|
|
|
+ '@parcel/css': '*'
|
|
|
+ '@swc/css': '*'
|
|
|
+ clean-css: '*'
|
|
|
+ csso: '*'
|
|
|
+ esbuild: '*'
|
|
|
+ lightningcss: '*'
|
|
|
+ webpack: ^5.0.0
|
|
|
+ peerDependenciesMeta:
|
|
|
+ '@parcel/css':
|
|
|
+ optional: true
|
|
|
+ '@swc/css':
|
|
|
+ optional: true
|
|
|
+ clean-css:
|
|
|
+ optional: true
|
|
|
+ csso:
|
|
|
+ optional: true
|
|
|
+ esbuild:
|
|
|
+ optional: true
|
|
|
+ lightningcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ cssnano: 5.1.15_postcss@8.4.19
|
|
|
+ jest-worker: 29.3.1
|
|
|
+ postcss: 8.4.19
|
|
|
+ schema-utils: 4.0.0
|
|
|
+ serialize-javascript: 6.0.0
|
|
|
+ source-map: 0.6.1
|
|
|
+ webpack: 5.75.0_id63hl4ti3a2o54kosxu7nkk2i
|
|
|
+ dev: true
|
|
|
+
|
|
|
/css-prefers-color-scheme/6.0.3:
|
|
|
resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==}
|
|
|
engines: {node: ^12 || ^14 || >=16}
|
|
|
@@ -4479,6 +4538,74 @@ packages:
|
|
|
resolution: {integrity: sha512-6tun4LoZnj7VN6YeegOVb67KBX/7JJsqvj+pv3ZA7F878/eN33AbGa5b/S/wXxS/tcp8nc40xRUrsPlxIyNUPg==}
|
|
|
dev: true
|
|
|
|
|
|
+ /cssnano-preset-default/5.2.14_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ css-declaration-sorter: 6.3.1_postcss@8.4.19
|
|
|
+ cssnano-utils: 3.1.0_postcss@8.4.19
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-calc: 8.2.4_postcss@8.4.19
|
|
|
+ postcss-colormin: 5.3.1_postcss@8.4.19
|
|
|
+ postcss-convert-values: 5.1.3_postcss@8.4.19
|
|
|
+ postcss-discard-comments: 5.1.2_postcss@8.4.19
|
|
|
+ postcss-discard-duplicates: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-discard-empty: 5.1.1_postcss@8.4.19
|
|
|
+ postcss-discard-overridden: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-merge-longhand: 5.1.7_postcss@8.4.19
|
|
|
+ postcss-merge-rules: 5.1.4_postcss@8.4.19
|
|
|
+ postcss-minify-font-values: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-minify-gradients: 5.1.1_postcss@8.4.19
|
|
|
+ postcss-minify-params: 5.1.4_postcss@8.4.19
|
|
|
+ postcss-minify-selectors: 5.2.1_postcss@8.4.19
|
|
|
+ postcss-normalize-charset: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-normalize-display-values: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-normalize-positions: 5.1.1_postcss@8.4.19
|
|
|
+ postcss-normalize-repeat-style: 5.1.1_postcss@8.4.19
|
|
|
+ postcss-normalize-string: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-normalize-timing-functions: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-normalize-unicode: 5.1.1_postcss@8.4.19
|
|
|
+ postcss-normalize-url: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-normalize-whitespace: 5.1.1_postcss@8.4.19
|
|
|
+ postcss-ordered-values: 5.1.3_postcss@8.4.19
|
|
|
+ postcss-reduce-initial: 5.1.2_postcss@8.4.19
|
|
|
+ postcss-reduce-transforms: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-svgo: 5.1.0_postcss@8.4.19
|
|
|
+ postcss-unique-selectors: 5.1.1_postcss@8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /cssnano-utils/3.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /cssnano/5.1.15_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ cssnano-preset-default: 5.2.14_postcss@8.4.19
|
|
|
+ lilconfig: 2.1.0
|
|
|
+ postcss: 8.4.19
|
|
|
+ yaml: 1.10.2
|
|
|
+ dev: true
|
|
|
+
|
|
|
/csso/4.2.0:
|
|
|
resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==}
|
|
|
engines: {node: '>=8.0.0'}
|
|
|
@@ -7486,6 +7613,11 @@ packages:
|
|
|
type-check: 0.4.0
|
|
|
dev: true
|
|
|
|
|
|
+ /lilconfig/2.1.0:
|
|
|
+ resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
|
|
|
+ engines: {node: '>=10'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/lines-and-columns/1.2.4:
|
|
|
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
|
dev: true
|
|
|
@@ -7546,6 +7678,10 @@ packages:
|
|
|
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
|
|
|
dev: true
|
|
|
|
|
|
+ /lodash.memoize/4.1.2:
|
|
|
+ resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/lodash.merge/4.6.2:
|
|
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
|
dev: true
|
|
|
@@ -7558,6 +7694,10 @@ packages:
|
|
|
resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==}
|
|
|
dev: true
|
|
|
|
|
|
+ /lodash.uniq/4.5.0:
|
|
|
+ resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/lodash/4.17.21:
|
|
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
|
|
|
|
@@ -7868,6 +8008,11 @@ packages:
|
|
|
engines: {node: '>=0.10.0'}
|
|
|
dev: true
|
|
|
|
|
|
+ /normalize-url/6.1.0:
|
|
|
+ resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
|
|
|
+ engines: {node: '>=10'}
|
|
|
+ dev: true
|
|
|
+
|
|
|
/npm-run-path/4.0.1:
|
|
|
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
|
|
engines: {node: '>=8'}
|
|
|
@@ -8178,6 +8323,19 @@ packages:
|
|
|
postcss-selector-parser: 6.0.11
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-calc/8.2.4_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.2
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-selector-parser: 6.0.11
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-clamp/4.1.0:
|
|
|
resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==}
|
|
|
engines: {node: '>=7.6.0'}
|
|
|
@@ -8226,6 +8384,36 @@ packages:
|
|
|
postcss-value-parser: 4.2.0
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-colormin/5.3.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ caniuse-api: 3.0.0
|
|
|
+ colord: 2.9.3
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-convert-values/5.1.3_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-custom-media/8.0.2:
|
|
|
resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==}
|
|
|
engines: {node: ^12 || ^14 || >=16}
|
|
|
@@ -8274,6 +8462,54 @@ packages:
|
|
|
postcss-selector-parser: 6.0.11
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-discard-comments/5.1.2_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-discard-duplicates/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-discard-empty/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-discard-overridden/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-double-position-gradients/3.1.2:
|
|
|
resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==}
|
|
|
engines: {node: ^12 || ^14 || >=16}
|
|
|
@@ -8425,6 +8661,92 @@ packages:
|
|
|
resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==}
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-merge-longhand/5.1.7_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ stylehacks: 5.1.1_postcss@8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-merge-rules/5.1.4_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ caniuse-api: 3.0.0
|
|
|
+ cssnano-utils: 3.1.0_postcss@8.4.19
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-selector-parser: 6.0.11
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-minify-font-values/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-minify-gradients/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ colord: 2.9.3
|
|
|
+ cssnano-utils: 3.1.0_postcss@8.4.19
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-minify-params/5.1.4_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ cssnano-utils: 3.1.0_postcss@8.4.19
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-minify-selectors/5.2.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-selector-parser: 6.0.11
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-modules-extract-imports/3.0.0_postcss@8.4.19:
|
|
|
resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==}
|
|
|
engines: {node: ^10 || ^12 || >= 14}
|
|
|
@@ -8504,11 +8826,143 @@ packages:
|
|
|
postcss-selector-parser: 6.0.11
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-normalize-charset/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-display-values/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-positions/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-repeat-style/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-string/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-timing-functions/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-unicode/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-url/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ normalize-url: 6.1.0
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-normalize-whitespace/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-opacity-percentage/1.1.2:
|
|
|
resolution: {integrity: sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==}
|
|
|
engines: {node: ^12 || ^14 || >=16}
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-ordered-values/5.1.3_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ cssnano-utils: 3.1.0_postcss@8.4.19
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-overflow-shorthand/3.0.4:
|
|
|
resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==}
|
|
|
engines: {node: ^12 || ^14 || >=16}
|
|
|
@@ -8614,6 +9068,33 @@ packages:
|
|
|
postcss-selector-parser: 6.0.11
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-reduce-initial/5.1.2_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ caniuse-api: 3.0.0
|
|
|
+ postcss: 8.4.19
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-reduce-transforms/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-replace-overflow-wrap/4.0.0:
|
|
|
resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==}
|
|
|
peerDependencies:
|
|
|
@@ -8670,6 +9151,33 @@ packages:
|
|
|
postcss: 8.4.19
|
|
|
dev: true
|
|
|
|
|
|
+ /postcss-svgo/5.1.0_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-value-parser: 4.2.0
|
|
|
+ svgo: 2.8.0
|
|
|
+ dev: true
|
|
|
+
|
|
|
+ /postcss-unique-selectors/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-selector-parser: 6.0.11
|
|
|
+ dev: true
|
|
|
+
|
|
|
/postcss-value-parser/4.2.0:
|
|
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
|
dev: true
|
|
|
@@ -10211,6 +10719,20 @@ packages:
|
|
|
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
|
|
|
dev: true
|
|
|
|
|
|
+ /stylehacks/5.1.1_postcss@8.4.19:
|
|
|
+ resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}
|
|
|
+ engines: {node: ^10 || ^12 || >=14.0}
|
|
|
+ peerDependencies:
|
|
|
+ postcss: ^8.2.15
|
|
|
+ peerDependenciesMeta:
|
|
|
+ postcss:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ browserslist: 4.21.4
|
|
|
+ postcss: 8.4.19
|
|
|
+ postcss-selector-parser: 6.0.11
|
|
|
+ dev: true
|
|
|
+
|
|
|
/stylelint-config-recess-order/3.0.0_stylelint@14.16.0:
|
|
|
resolution: {integrity: sha512-uNXrlDz570Q7HJlrq8mNjgfO/xlKIh2hKVKEFMTG1/ih/6tDLcTbuvO1Zoo2dnQay990OAkWLDpTDOorB+hmBw==}
|
|
|
peerDependencies:
|