|
@@ -25,6 +25,7 @@
|
|
|
"bootstrap": "^5.3.5",
|
|
|
"bootstrap-vue-3": "^0.5.1",
|
|
|
"china-area-data": "^5.0.1",
|
|
|
+ "core-js": "^3.43.0",
|
|
|
"countup.js": "^2.8.0",
|
|
|
"cropperjs": "^1.6.2",
|
|
|
"e-icon-picker": "2.1.1",
|
|
@@ -1360,6 +1361,14 @@
|
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@babel/runtime-corejs2/node_modules/core-js": {
|
|
|
+ "version": "2.6.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
|
|
|
+ "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
|
|
+ "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@babel/standalone": {
|
|
|
"version": "7.27.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/standalone/-/standalone-7.27.0.tgz",
|
|
@@ -3142,16 +3151,6 @@
|
|
|
"nanopop": "^2.1.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@simonwep/pickr/node_modules/core-js": {
|
|
|
- "version": "3.41.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.41.0.tgz",
|
|
|
- "integrity": "sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==",
|
|
|
- "hasInstallScript": true,
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/core-js"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/@smithy/abort-controller": {
|
|
|
"version": "4.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@smithy/abort-controller/-/abort-controller-4.0.1.tgz",
|
|
@@ -4664,6 +4663,7 @@
|
|
|
"version": "4.2.6",
|
|
|
"resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-4.2.6.tgz",
|
|
|
"integrity": "sha512-t7eX13Yj3i9+i5g9lqFyYneoIb3OzTvQjq9Tts1i+eiOd3Eva/6GagxBSXM1fOCjqemIu0FYVE1ByZ/38epR3Q==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@ant-design/colors": "^6.0.0",
|
|
|
"@ant-design/icons-vue": "^7.0.0",
|
|
@@ -5231,18 +5231,6 @@
|
|
|
"node": ">=10.0.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/canvg/node_modules/core-js": {
|
|
|
- "version": "3.42.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
|
|
|
- "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
|
|
|
- "hasInstallScript": true,
|
|
|
- "license": "MIT",
|
|
|
- "optional": true,
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/core-js"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/canvg/node_modules/regenerator-runtime": {
|
|
|
"version": "0.13.11",
|
|
|
"resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
@@ -5463,11 +5451,15 @@
|
|
|
"integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w=="
|
|
|
},
|
|
|
"node_modules/core-js": {
|
|
|
- "version": "2.6.12",
|
|
|
- "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
|
|
|
- "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
|
|
- "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
|
|
- "hasInstallScript": true
|
|
|
+ "version": "3.43.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
|
|
|
+ "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
+ }
|
|
|
},
|
|
|
"node_modules/core-util-is": {
|
|
|
"version": "1.0.3",
|
|
@@ -7487,18 +7479,6 @@
|
|
|
"html2canvas": "^1.0.0-rc.5"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/jspdf/node_modules/core-js": {
|
|
|
- "version": "3.42.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.42.0.tgz",
|
|
|
- "integrity": "sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==",
|
|
|
- "hasInstallScript": true,
|
|
|
- "license": "MIT",
|
|
|
- "optional": true,
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/core-js"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/jsplumb": {
|
|
|
"version": "2.15.6",
|
|
|
"resolved": "https://registry.npmmirror.com/jsplumb/-/jsplumb-2.15.6.tgz",
|