diff options
| author | Zephyrrus <[email protected]> | 2020-07-08 03:15:27 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-08 03:15:27 +0300 |
| commit | 49d3e3b203ee287a53beb2a04faa8bf38ace6834 (patch) | |
| tree | e5dd7064edca3bb41b26d20368ec6c013b3b4c23 /package.json | |
| parent | feat: add new sidebar with mdi icons and active reactivity (diff) | |
| download | host.fuwn.me-49d3e3b203ee287a53beb2a04faa8bf38ace6834.tar.xz host.fuwn.me-49d3e3b203ee287a53beb2a04faa8bf38ace6834.zip | |
feat: add morgan for logging requests if env is not production
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index a179669..ce4d63b 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "node": ">=8.0.0" }, "dependencies": { + "@mdi/font": "^5.3.45", "@nuxtjs/axios": "^5.4.1", "adm-zip": "^0.4.13", "bcrypt": "^4.0.1", @@ -58,6 +59,7 @@ "knex": "^0.16.3", "masonry-layout": "^4.2.2", "moment": "^2.24.0", + "morgan": "^1.10.0", "multer": "^1.4.1", "mysql": "^2.16.0", "nuxt": "2.12.2", @@ -168,7 +170,9 @@ "error", "tab" ], - "import/no-extraneous-dependencies": "off" + "import/no-extraneous-dependencies": "off", + "no-restricted-syntax": "off", + "no-continue": "off" }, "settings": { "import/resolver": { |