diff --git a/package-lock.json b/package-lock.json index 4cbf3aaf..4a7b8dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12230,6 +12230,11 @@ "deepmerge": "^4.2.2" } }, + "vue-multiselect": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.6.tgz", + "integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w==" + }, "vue-no-ssr": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz", diff --git a/package.json b/package.json index cfbf99a2..d4d66836 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ }, "dependencies": { "@nuxtjs/axios": "^5.12.2", - "nuxt": "^2.14.4" + "nuxt": "^2.14.4", + "vue-multiselect": "^2.1.6" }, "devDependencies": { "@nuxtjs/eslint-config": "^3.1.0", diff --git a/pages/mods.vue b/pages/mods.vue index c0f7ab65..540ea8be 100644 --- a/pages/mods.vue +++ b/pages/mods.vue @@ -72,33 +72,221 @@ + - + Tech + + + + + + + Adventure + + + + + + Magic + + + + + + + + Utility + + + + + + + Decoration + + + + + + + Library + + + + + + + + + + + + + + + + Cursed + + + + + + Worldgen + + + + + + + + Storage + + + + + + + + + + Food + + + + + + + + + + Equipment + + + + + + + + Misc + + Loaders + Forge + Fabric + Versions + + @@ -106,15 +294,19 @@ +
+ + + + + Adventure +
+ + + + Magic +
+ + + + + + Utility +
+ + + + + Decoration +
+ + + + + Library +
+ + + + + + + + + + + + + + Cursed +
+ + + + Worldgen +
+ + + + + + Storage +
+ + + + + + + + Food +
+ + + + + + + + Equipment +
+ + + + + + Misc +
Forge
Fabric