mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
Bumps [@nuxt/typescript-build](https://github.com/nuxt/typescript) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/nuxt/typescript/releases) - [Commits](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.3...@nuxt/typescript-build@2.1.0) 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.12.3",
|
|
"@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.1.0",
|
|
"node-sass": "^5.0.0",
|
|
"sass-loader": "^10.1.0"
|
|
}
|
|
}
|