diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-27 10:04:32 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-27 10:04:32 -0500 |
| commit | 3fb9421ba90977e7f7ac4f1c2e1aadc6b57bcff3 (patch) | |
| tree | 1fcb6d2b7abba040d8b178cb6d86cd60f9051a6e /package.json | |
| parent | fcb807c3b6357ebef82a16ec10085a51278296b0 (diff) | |
| download | personal-website-2020-rewrite.tar.gz personal-website-2020-rewrite.tar.bz2 personal-website-2020-rewrite.zip | |
Removed blog; Removed video temp; New logo; 20212020-rewrite
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index d5a72fe..a6ab12d 100644 --- a/package.json +++ b/package.json @@ -15,25 +15,25 @@ }, "dependencies": { "@nuxtjs/markdownit": "^1.2.10", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "nuxt": "^2.14.4", "nuxt-i18n": "^6.13.12", "prettier": "^2.1.1", "vuetify": "^2.3.10" }, "devDependencies": { - "@nuxtjs/eslint-config": "^3.1.0", - "@nuxtjs/eslint-module": "^2.0.0", + "@nuxtjs/eslint-config": "^5.0.0", + "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/vuetify": "^1.11.2", "babel-eslint": "^10.1.0", "eslint": "^7.8.1", - "eslint-config-prettier": "^6.11.0", - "eslint-config-standard": "^14.1.1", + "eslint-config-prettier": "^7.1.0", + "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-standard": "^4.0.1", - "eslint-plugin-vue": "^6.2.2" + "eslint-plugin-standard": "^5.0.0", + "eslint-plugin-vue": "^7.4.1" } } |
