vitest/examples/ruby/package.json
renovate[bot] 4d1e0a0ed1
fix(deps): update all non-major dependencies (#1159)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 22:25:34 +08:00

23 lines
443 B
JSON

{
"name": "vitest-test",
"type": "module",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:run": "vitest run"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.21",
"jsdom": "latest",
"vite-plugin-ruby": "^3.0.9",
"vitest": "latest",
"vue": "^3.2.33"
},
"stackblitz": {
"startCommand": "npm run test"
}
}