add more packs

This commit is contained in:
Jonathan Baecker 2020-04-08 17:24:33 +02:00
parent b12af62e56
commit 4ebbb5db5a
2 changed files with 1601 additions and 58 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,14 +16,19 @@
"@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"
"nuxt": "^2.12.2",
"splitpanes": "^2.2.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": ">=0.5.2"
"eslint-plugin-nuxt": ">=0.5.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2"
}
}