mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
30 lines
815 B
JSON
30 lines
815 B
JSON
{
|
|
"name": "@vitest/test-coverage",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@jridgewell/remapping": "^2.3.5",
|
|
"@types/istanbul-lib-coverage": "catalog:",
|
|
"@types/istanbul-lib-report": "catalog:",
|
|
"@vitejs/plugin-vue": "latest",
|
|
"@vitest/browser": "workspace:*",
|
|
"@vitest/coverage-istanbul": "workspace:*",
|
|
"@vitest/coverage-v8": "workspace:*",
|
|
"@vitest/web-worker": "workspace:*",
|
|
"@vue/test-utils": "latest",
|
|
"happy-dom": "latest",
|
|
"istanbul-lib-coverage": "^3.2.2",
|
|
"istanbul-lib-report": "catalog:",
|
|
"magic-string": "^0.30.18",
|
|
"magicast": "^0.3.5",
|
|
"sass-embedded": "^1.91.0",
|
|
"unplugin-swc": "^1.5.7",
|
|
"vite": "latest",
|
|
"vitest": "workspace:*",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|