mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
25 lines
526 B
JSON
25 lines
526 B
JSON
{
|
|
"name": "@vitest/example-vue2",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"vue": "2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/composition-api": "^1.6.0",
|
|
"@vue/test-utils": "^1.3.0",
|
|
"jsdom": "latest",
|
|
"unplugin-vue2-script-setup": "^0.10.2",
|
|
"vite": "latest",
|
|
"vite-plugin-vue2": "^1.9.3",
|
|
"vitest": "latest",
|
|
"vue-template-compiler": "2.6.14"
|
|
},
|
|
"stackblitz": {
|
|
"startCommand": "npm run test"
|
|
}
|
|
}
|