diff --git a/backend/src/main/whattocook/controller/RecipeSearchController.java b/backend/src/main/whattocook/controller/RecipeSearchController.java index 59a3eec..426ddd8 100644 --- a/backend/src/main/whattocook/controller/RecipeSearchController.java +++ b/backend/src/main/whattocook/controller/RecipeSearchController.java @@ -17,7 +17,7 @@ import java.util.List; @RestController() @BasePathAwareController() public class RecipeSearchController { - private final int nextRecipes=10; + private final int nextRecipes=12; private final int nextRecipesForOneRandom = 20; @Autowired diff --git a/frontend/package.json b/frontend/package.json index b8f949e..11bef88 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,8 @@ "core-js": "^3.8.3", "vue": "^2.6.14", "vue-router": "^4.0.15", - "vuejs-logger": "^1.5.5" + "vuejs-logger": "^1.5.5", + "vuetify": "^2.6.7" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -20,10 +21,13 @@ "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-service": "~5.0.0", + "deepmerge": "^4.2.2", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", "node-sass": "^7.0.1", - "sass-loader": "^13.0.0", + "sass": "~1.32", + "sass-loader": "^13.0.2", + "vue-cli-plugin-vuetify": "^2.5.1", "vue-template-compiler": "^2.6.14" }, "eslintConfig": { diff --git a/frontend/public/index.html b/frontend/public/index.html index 3632c28..4753fba 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -8,6 +8,8 @@ <%= htmlWebpackPlugin.options.title %> + +