diff --git a/client/.prettierrc.js b/client/.prettierrc.js index 83b090e..cc41960 100644 --- a/client/.prettierrc.js +++ b/client/.prettierrc.js @@ -10,5 +10,5 @@ module.exports = { proseWrap: 'always', htmlWhitespaceSensitivity: 'strict', endOfLine: 'lf', - arrowParens: 'avoid' + arrowParens: 'avoid', }; diff --git a/client/package.json b/client/package.json index f1edb13..6470eb5 100644 --- a/client/package.json +++ b/client/package.json @@ -16,8 +16,12 @@ }, "dependencies": { "axios": "^0.21.1", + "bootstrap": "^5.1.3", + "bootstrap-vue": "^2.21.2", "core-js": "^3.6.5", - "vue": "^2.6.12", + "vue": "^2.6.14", + "node-fetch": "^2.6.2", + "node-http": "0.0.5", "vuelidate": "^0.7.6", "vuetify": "^2.4.0", "vuex": "^3.6.0" @@ -49,7 +53,9 @@ "parserOptions": { "parser": "babel-eslint" }, - "rules": {} + "rules": { + "vue/no-unused-components": "off" + } }, "browserslist": [ "> 1%", @@ -58,4 +64,4 @@ ], "_id": "redis-shopping-cart-client@1.0.0", "license": "MIT" -} +} \ No newline at end of file diff --git a/client/public/index.html b/client/public/index.html index 0deacb3..fba3ffd 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -1,29 +1,24 @@ -
- - - - -