diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 15:01:40 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 15:01:40 -0400 |
| commit | 848f1ca425e03cdcf7503ab51d80711bbf28c0f2 (patch) | |
| tree | c008b954d10a7318933138c8ea45804eb33ba825 /package.json | |
| parent | 37522c3ce749f6582c47e892c935297220e926dc (diff) | |
| download | personal-website-848f1ca425e03cdcf7503ab51d80711bbf28c0f2.tar.gz personal-website-848f1ca425e03cdcf7503ab51d80711bbf28c0f2.tar.bz2 personal-website-848f1ca425e03cdcf7503ab51d80711bbf28c0f2.zip | |
Major changes in home page, added stuff on other pages and favicon
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 7500fcf..27644d4 100644 --- a/package.json +++ b/package.json @@ -13,26 +13,26 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." }, "dependencies": { + "@nuxtjs/pwa": "^3.0.0-0", "node-sass": "^4.13.1", "nuxt": "^2.12.2", - "@nuxtjs/pwa": "^3.0.0-0", "nuxt-mobile": "^1.0.1", "prettier": "^2.0.5", "vuetify": "^2.2.23" }, "devDependencies": { - "@nuxtjs/vuetify": "^1.11.0", "@nuxtjs/eslint-config": "^2.0.0", "@nuxtjs/eslint-module": "^1.0.0", - "eslint": "^6.8.0", + "@nuxtjs/vuetify": "^1.11.0", "babel-eslint": "^10.0.1", + "eslint": "^6.8.0", + "eslint-config-prettier": "^6.10.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "eslint-config-prettier": "^6.10.0", - "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-vue": "^6.2.2" } } |
