mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "sb-vue",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.3",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"happy-dom": "*",
|
|
"vite": "^2.7.10",
|
|
"vue": "^3.2.26",
|
|
"vitest": "latest"
|
|
}
|
|
}
|