mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.3 to 5.13.1. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.3...v5.13.1) Signed-off-by: dependabot[bot] <support@github.com>
27 lines
608 B
JSON
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.13.1",
|
|
"@nuxtjs/proxy": "^2.0.1",
|
|
"bootstrap": "^4.5.2",
|
|
"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"
|
|
}
|
|
}
|