mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"name": "@vitest/test-vue",
|
|
"private": true,
|
|
"scripts": {
|
|
"coverage": "vitest --coverage",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.24"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"happy-dom": "*",
|
|
"unplugin-auto-import": "^0.5.4",
|
|
"unplugin-vue-components": "^0.17.9",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|