|
|
@ -10,8 +10,8 @@
|
|
|
|
"node": "14.* || >=16.*"
|
|
|
|
"node": "14.* || >=16.*"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"install-legacy": "npm install --legacy-peer-deps",
|
|
|
|
"install-legacy": "npm install",
|
|
|
|
"update-legacy": "npm update --legacy-peer-deps",
|
|
|
|
"update-legacy": "npm update",
|
|
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
|
|
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
|
|
|
"lint-fix:js": "eslint --ext \".js,.vue\" --fix --ignore-path .gitignore .",
|
|
|
|
"lint-fix:js": "eslint --ext \".js,.vue\" --fix --ignore-path .gitignore .",
|
|
|
|
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
|
|
|
|
"lint:style": "stylelint \"**/*.{vue,css,scss}\" --ignore-path .gitignore",
|
|
|
|