vitest/examples/ruby/package.json
Vladimir b43a6f4767
fix: respect base (#438)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-05 05:51:21 +08:00

20 lines
390 B
JSON

{
"name": "vitest-test",
"private": true,
"license": "MIT",
"type": "module",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:run": "vitest run"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.1",
"@vue/test-utils": "^2.0.0-rc.18",
"jsdom": "^19.0.0",
"vite-plugin-ruby": "^3.0.4",
"vitest": "workspace:*",
"vue": "3.2.26"
}
}