add some module

This commit is contained in:
jb-alvarado 2020-04-12 21:14:01 +02:00
parent 673fc50443
commit c9633376ce
2 changed files with 30 additions and 5 deletions

View File

@ -3878,9 +3878,9 @@
}
},
"dayjs": {
"version": "1.8.23",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.23.tgz",
"integrity": "sha512-NmYHMFONftoZbeOhVz6jfiXI4zSiPN6NoVWJgC0aZQfYVwzy/ZpESPHuCcI0B8BUMpSJQ08zenHDbofOLKq8hQ=="
"version": "1.8.24",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.24.tgz",
"integrity": "sha512-bImQZbBv86zcOWOq6fLg7r4aqMx8fScdmykA7cSh+gH1Yh8AM0Dbw0gHYrsOrza6oBBnkK+/OaR+UAa9UsMrDw=="
},
"de-indent": {
"version": "1.0.2",
@ -8370,6 +8370,15 @@
"@nuxt/webpack": "2.12.2"
}
},
"nuxt-dayjs-module": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/nuxt-dayjs-module/-/nuxt-dayjs-module-1.1.2.tgz",
"integrity": "sha512-Dr7MXahFONB+kZjcEj6owbjerRgwyJotjI3gdnT+W31Wk8H/s8pufLRGbWsl8BjCmmfRImYwcSS1hrnNSDHlhQ==",
"requires": {
"consola": "^2.3.2",
"dayjs": "^1.8.9"
}
},
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
@ -8764,6 +8773,11 @@
"sha.js": "^2.4.8"
}
},
"perfect-scrollbar": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.0.tgz",
"integrity": "sha512-NrNHJn5mUGupSiheBTy6x+6SXCFbLlm8fVZh9moIzw/LgqElN5q4ncR4pbCBCYuCJ8Kcl9mYM0NgDxvW+b4LxA=="
},
"performance-now": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
@ -12405,6 +12419,16 @@
"resolved": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz",
"integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw=="
},
"vue2-perfect-scrollbar": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/vue2-perfect-scrollbar/-/vue2-perfect-scrollbar-1.5.0.tgz",
"integrity": "sha512-hQAjhOX9MP3/ePa/AozKKtpiHSaV0dBlniyt2L7eqC/PsDx+pu7YBmTpM0KR5WlNq5GZwreK6215L8ZG1EHC7w==",
"requires": {
"cssnano": "^4.1.3",
"perfect-scrollbar": "^1.5.0",
"postcss-import": "^12.0.0"
}
},
"vuex": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz",

View File

@ -16,10 +16,11 @@
"@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.10.1",
"dayjs": "^1.8.23",
"jwt-decode": "^2.2.0",
"nuxt": "^2.12.2",
"splitpanes": "^2.2.1"
"nuxt-dayjs-module": "^1.1.2",
"splitpanes": "^2.2.1",
"vue2-perfect-scrollbar": "^1.5.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",