diff --git a/client/package-lock.json b/client/package-lock.json index e53b9cb..0103e23 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11960,6 +11960,11 @@ "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, + "vue-cookies": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vue-cookies/-/vue-cookies-1.7.0.tgz", + "integrity": "sha512-vuEUm6wYMMrFAHFCrkzIUAy8+MgPAbBGmYXnk2M6X6O2KHbMT1wuDD2izacmsSUp6ZM02e23MJRtPRobl88VMg==" + }, "vue-eslint-parser": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.0.0.tgz", @@ -12068,6 +12073,11 @@ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", "dev": true }, + "vuex": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", + "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" + }, "watchpack": { "version": "1.7.2", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.2.tgz", diff --git a/client/package.json b/client/package.json index dea18a1..cb12d49 100644 --- a/client/package.json +++ b/client/package.json @@ -22,9 +22,7 @@ "url": "git+https://github.com/AlexisNP/spellsaurus.git" }, "scripts": { - "serve": "vue-cli-service serve", - "build": "vue-cli-service build", - "lint": "vue-cli-service lint" + "serve": "vue-cli-service serve" }, "dependencies": { "axios": "^0.19.2", @@ -35,7 +33,9 @@ "popper.js": "^1.16.1", "v-clipboard": "^2.2.3", "vue": "^2.6.11", - "vue-masonry": "^0.11.8" + "vue-cookies": "^1.7.0", + "vue-masonry": "^0.11.8", + "vuex": "^3.5.1" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.2.0", diff --git a/client/public/img/favicon.ico b/client/public/favicon.ico similarity index 100% rename from client/public/img/favicon.ico rename to client/public/favicon.ico diff --git a/client/public/index.html b/client/public/index.html index 9cd4214..65749c0 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -4,10 +4,10 @@ - + + + Auracle - -