mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.18.1 to 2.19.0. - [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases) - [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md) - [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.18.1...v2.19.0) Signed-off-by: dependabot[bot] <support@github.com>
27 lines
606 B
JSON
27 lines
606 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.2",
|
|
"@nuxtjs/proxy": "^2.0.1",
|
|
"bootstrap": "^4.5.2",
|
|
"bootstrap-vue": "^2.19.0",
|
|
"core-js": "^3.6.5",
|
|
"nuxt": "^2.14.6"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "^2.14.6",
|
|
"@nuxt/typescript-build": "^2.0.3",
|
|
"node-sass": "^5.0.0",
|
|
"sass-loader": "^10.0.5"
|
|
}
|
|
}
|