|
|
@@ -45,6 +45,7 @@
|
|
|
"@vue/cli-service": "~5.0.0",
|
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
|
+ "copy-webpack-plugin": "^11.0.0",
|
|
|
"eslint": "^7.32.0",
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
|
"less": "^4.0.0",
|
|
|
@@ -3035,6 +3036,26 @@
|
|
|
"postcss": "^8.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vue/cli-service/node_modules/copy-webpack-plugin": {
|
|
|
+ "version": "9.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
|
|
|
+ "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "fast-glob": "^3.2.7",
|
|
|
+ "glob-parent": "^6.0.1",
|
|
|
+ "globby": "^11.0.3",
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
+ "schema-utils": "^3.1.1",
|
|
|
+ "serialize-javascript": "^6.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 12.13.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "webpack": "^5.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@vue/cli-service/node_modules/cosmiconfig": {
|
|
|
"version": "7.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
|
@@ -3572,6 +3593,20 @@
|
|
|
"postcss": "^8.2.15"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@vue/cli-service/node_modules/schema-utils": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@types/json-schema": "^7.0.8",
|
|
|
+ "ajv": "^6.12.5",
|
|
|
+ "ajv-keywords": "^3.5.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@vue/cli-service/node_modules/semver": {
|
|
|
"version": "7.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.0.tgz",
|
|
|
@@ -5374,45 +5409,93 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/copy-webpack-plugin": {
|
|
|
- "version": "9.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
|
|
|
- "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
|
|
|
+ "version": "11.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz",
|
|
|
+ "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "fast-glob": "^3.2.7",
|
|
|
+ "fast-glob": "^3.2.11",
|
|
|
"glob-parent": "^6.0.1",
|
|
|
- "globby": "^11.0.3",
|
|
|
+ "globby": "^13.1.1",
|
|
|
"normalize-path": "^3.0.0",
|
|
|
- "schema-utils": "^3.1.1",
|
|
|
+ "schema-utils": "^4.0.0",
|
|
|
"serialize-javascript": "^6.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">= 12.13.0"
|
|
|
- },
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/webpack"
|
|
|
+ "node": ">= 14.15.0"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"webpack": "^5.1.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/copy-webpack-plugin/node_modules/schema-utils": {
|
|
|
- "version": "3.1.1",
|
|
|
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
|
|
|
- "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/ajv": {
|
|
|
+ "version": "8.12.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
|
|
|
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@types/json-schema": "^7.0.8",
|
|
|
- "ajv": "^6.12.5",
|
|
|
- "ajv-keywords": "^3.5.2"
|
|
|
+ "fast-deep-equal": "^3.1.1",
|
|
|
+ "json-schema-traverse": "^1.0.0",
|
|
|
+ "require-from-string": "^2.0.2",
|
|
|
+ "uri-js": "^4.2.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/ajv-keywords": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "fast-deep-equal": "^3.1.3"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "ajv": "^8.8.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/globby": {
|
|
|
+ "version": "13.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/globby/-/globby-13.2.2.tgz",
|
|
|
+ "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "dir-glob": "^3.0.1",
|
|
|
+ "fast-glob": "^3.3.0",
|
|
|
+ "ignore": "^5.2.4",
|
|
|
+ "merge2": "^1.4.1",
|
|
|
+ "slash": "^4.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">= 10.13.0"
|
|
|
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/schema-utils": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@types/json-schema": "^7.0.9",
|
|
|
+ "ajv": "^8.9.0",
|
|
|
+ "ajv-formats": "^2.1.1",
|
|
|
+ "ajv-keywords": "^5.1.0"
|
|
|
},
|
|
|
- "funding": {
|
|
|
- "type": "opencollective",
|
|
|
- "url": "https://opencollective.com/webpack"
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 12.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/copy-webpack-plugin/node_modules/slash": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/slash/-/slash-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/core-js": {
|
|
|
@@ -7586,9 +7669,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/fast-glob": {
|
|
|
- "version": "3.2.12",
|
|
|
- "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz",
|
|
|
- "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
|
|
|
+ "version": "3.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.1.tgz",
|
|
|
+ "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
|
@@ -8463,9 +8546,9 @@
|
|
|
]
|
|
|
},
|
|
|
"node_modules/ignore": {
|
|
|
- "version": "5.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
|
|
|
- "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
|
|
|
+ "version": "5.2.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.2.4.tgz",
|
|
|
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
|
|
|
"dev": true,
|
|
|
"engines": {
|
|
|
"node": ">= 4"
|
|
|
@@ -15567,6 +15650,20 @@
|
|
|
"postcss-value-parser": "^4.2.0"
|
|
|
}
|
|
|
},
|
|
|
+ "copy-webpack-plugin": {
|
|
|
+ "version": "9.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
|
|
|
+ "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "fast-glob": "^3.2.7",
|
|
|
+ "glob-parent": "^6.0.1",
|
|
|
+ "globby": "^11.0.3",
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
+ "schema-utils": "^3.1.1",
|
|
|
+ "serialize-javascript": "^6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"cosmiconfig": {
|
|
|
"version": "7.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
|
@@ -15915,6 +16012,17 @@
|
|
|
"postcss-selector-parser": "^6.0.5"
|
|
|
}
|
|
|
},
|
|
|
+ "schema-utils": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@types/json-schema": "^7.0.8",
|
|
|
+ "ajv": "^6.12.5",
|
|
|
+ "ajv-keywords": "^3.5.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"semver": {
|
|
|
"version": "7.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.0.tgz",
|
|
|
@@ -17333,29 +17441,76 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"copy-webpack-plugin": {
|
|
|
- "version": "9.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
|
|
|
- "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
|
|
|
+ "version": "11.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz",
|
|
|
+ "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "fast-glob": "^3.2.7",
|
|
|
+ "fast-glob": "^3.2.11",
|
|
|
"glob-parent": "^6.0.1",
|
|
|
- "globby": "^11.0.3",
|
|
|
+ "globby": "^13.1.1",
|
|
|
"normalize-path": "^3.0.0",
|
|
|
- "schema-utils": "^3.1.1",
|
|
|
+ "schema-utils": "^4.0.0",
|
|
|
"serialize-javascript": "^6.0.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "ajv": {
|
|
|
+ "version": "8.12.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
|
|
|
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "fast-deep-equal": "^3.1.1",
|
|
|
+ "json-schema-traverse": "^1.0.0",
|
|
|
+ "require-from-string": "^2.0.2",
|
|
|
+ "uri-js": "^4.2.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ajv-keywords": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "fast-deep-equal": "^3.1.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "globby": {
|
|
|
+ "version": "13.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/globby/-/globby-13.2.2.tgz",
|
|
|
+ "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "dir-glob": "^3.0.1",
|
|
|
+ "fast-glob": "^3.3.0",
|
|
|
+ "ignore": "^5.2.4",
|
|
|
+ "merge2": "^1.4.1",
|
|
|
+ "slash": "^4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "json-schema-traverse": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"schema-utils": {
|
|
|
- "version": "3.1.1",
|
|
|
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
|
|
|
- "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@types/json-schema": "^7.0.8",
|
|
|
- "ajv": "^6.12.5",
|
|
|
- "ajv-keywords": "^3.5.2"
|
|
|
+ "@types/json-schema": "^7.0.9",
|
|
|
+ "ajv": "^8.9.0",
|
|
|
+ "ajv-formats": "^2.1.1",
|
|
|
+ "ajv-keywords": "^5.1.0"
|
|
|
}
|
|
|
+ },
|
|
|
+ "slash": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/slash/-/slash-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
|
+ "dev": true
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -18911,9 +19066,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"fast-glob": {
|
|
|
- "version": "3.2.12",
|
|
|
- "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz",
|
|
|
- "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
|
|
|
+ "version": "3.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.1.tgz",
|
|
|
+ "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
|
@@ -19554,9 +19709,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"ignore": {
|
|
|
- "version": "5.2.0",
|
|
|
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
|
|
|
- "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
|
|
|
+ "version": "5.2.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.2.4.tgz",
|
|
|
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"image-size": {
|