add nuxt user agent

This commit is contained in:
Jonathan Baecker 2020-04-30 17:23:59 +02:00
parent caad2ebe78
commit 233b03ba6f
3 changed files with 16 additions and 1 deletions

View File

@ -69,7 +69,8 @@ export default {
// Doc: https://github.com/nuxt-community/dotenv-module
'@nuxtjs/dotenv',
'cookie-universal-nuxt',
'nuxt-dayjs-module'
'nuxt-dayjs-module',
'nuxt-user-agent'
],
/*

View File

@ -8578,6 +8578,14 @@
"dayjs": "^1.8.9"
}
},
"nuxt-user-agent": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/nuxt-user-agent/-/nuxt-user-agent-1.2.2.tgz",
"integrity": "sha512-Z9d+r1/PzJAvrr4rX70IWvRyI3qw3RukAGrRZPZ9WeByuCWmVKiW8G1AhdkUOyrDrVoBUC59iLqIVkop/NjSuQ==",
"requires": {
"woothee": "^1.8.1"
}
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
@ -13070,6 +13078,11 @@
}
}
},
"woothee": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/woothee/-/woothee-1.11.0.tgz",
"integrity": "sha512-3xCoZEpXujyJwmo2KzcJYjAMJZCvGsL4jGrjJNUBI1jhryVDzduqr808Wgk6ZkFTCINApZJUONWILJB9tiDEFg=="
},
"word-wrap": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",

View File

@ -20,6 +20,7 @@
"jwt-decode": "^2.2.0",
"nuxt": "^2.12.2",
"nuxt-dayjs-module": "^1.1.2",
"nuxt-user-agent": "^1.2.2",
"splitpanes": "^2.2.1",
"video.js": "^7.7.5",
"vue-loading-overlay": "^3.3.2",