dependabot[bot] 7a9ab5da5a
Bump bootstrap from 4.5.3 to 4.6.0 in /MalwareMultiScan.Ui
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 07:54:33 +00:00

27 lines
608 B
JSON

{
"name": "malware-multi-scan-ui",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate"
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/proxy": "^2.0.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.20.1",
"core-js": "^3.8.1",
"nuxt": "^2.14.10"
},
"devDependencies": {
"@nuxt/types": "^2.14.10",
"@nuxt/typescript-build": "^2.0.3",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0"
}
}