diff --git a/.eslintrc.js b/.eslintrc.js index 3f3df4f..92ce526 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,13 +1,17 @@ module.exports = { root: true, + env: { node: true }, - extends: ["plugin:vue/essential", "@vue/prettier"], + + extends: ["plugin:vue/recommended", "@vue/prettier"], + rules: { - "no-console": process.env.NODE_ENV === "production" ? "error" : "off", - "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off" + "no-console": "off", + "no-debugger": "off" }, + parserOptions: { parser: "babel-eslint" } diff --git a/package.json b/package.json index 871172f..a1cf15a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "get-bored", + "name": "bored-app", "version": "0.1.0", "private": true, "scripts": { @@ -9,10 +9,14 @@ "test:unit": "vue-cli-service test:unit" }, "dependencies": { + "axios": "^0.19.0", "core-js": "^2.6.5", "vue": "^2.6.10", "vue-router": "^3.0.3", - "vuex": "^3.0.1" + "vue-toasted": "^1.1.27", + "vuetify": "^1.5.5", + "vuex": "^3.0.1", + "vuex-persistedstate": "^2.5.4" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.8.0", @@ -29,7 +33,11 @@ "lint-staged": "^8.1.5", "node-sass": "^4.9.0", "sass-loader": "^7.1.0", - "vue-template-compiler": "^2.6.10" + "stylus": "^0.54.5", + "stylus-loader": "^3.0.1", + "vue-cli-plugin-vuetify": "^0.5.0", + "vue-template-compiler": "^2.6.10", + "vuetify-loader": "^1.2.2" }, "gitHooks": { "pre-commit": "lint-staged" diff --git a/public/index.html b/public/index.html index ae4ab43..12e8830 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ get-bored + +