mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.8.1 to 3.12.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.12.1/packages/core-js) Signed-off-by: dependabot[bot] <support@github.com>
27 lines
609 B
JSON
27 lines
609 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.5.2",
|
|
"bootstrap-vue": "^2.20.1",
|
|
"core-js": "^3.12.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"
|
|
}
|
|
}
|