mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "@vitest/example-vitesse",
|
|
"private": true,
|
|
"scripts": {
|
|
"coverage": "vitest run --coverage",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"vue": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "latest",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"jsdom": "latest",
|
|
"unplugin-auto-import": "^0.11.1",
|
|
"unplugin-vue-components": "^0.22.4",
|
|
"vite": "latest",
|
|
"vitest": "latest"
|
|
},
|
|
"stackblitz": {
|
|
"startCommand": "npm run test"
|
|
}
|
|
}
|