|
@@ -52,6 +52,7 @@
|
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
|
"autoprefixer": "^10.4.0",
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
|
+ "babel-plugin-import": "^1.13.3",
|
|
|
"eslint": "^8.4.1",
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
@@ -3129,6 +3130,16 @@
|
|
|
"object.assign": "^4.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/babel-plugin-import": {
|
|
|
+ "version": "1.13.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/babel-plugin-import/-/babel-plugin-import-1.13.3.tgz",
|
|
|
+ "integrity": "sha512-1qCWdljJOrDRH/ybaCZuDgySii4yYrtQ8OJQwrcDqdt0y67N30ng3X3nABg6j7gR7qUJgcMa9OMhc4AGViDwWw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-module-imports": "^7.0.0",
|
|
|
+ "@babel/runtime": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
|
"version": "0.3.0",
|
|
|
"resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
|
|
@@ -13126,6 +13137,16 @@
|
|
|
"object.assign": "^4.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "babel-plugin-import": {
|
|
|
+ "version": "1.13.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/babel-plugin-import/-/babel-plugin-import-1.13.3.tgz",
|
|
|
+ "integrity": "sha512-1qCWdljJOrDRH/ybaCZuDgySii4yYrtQ8OJQwrcDqdt0y67N30ng3X3nABg6j7gR7qUJgcMa9OMhc4AGViDwWw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@babel/helper-module-imports": "^7.0.0",
|
|
|
+ "@babel/runtime": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"babel-plugin-polyfill-corejs2": {
|
|
|
"version": "0.3.0",
|
|
|
"resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
|