add normalize.css

This commit is contained in:
2022-10-26 05:59:43 +02:00
parent 2d3e472b9c
commit ed2d592695
3 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"normalize.css": "^8.0.1",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},