mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
32 lines
817 B
JSON
32 lines
817 B
JSON
{
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"bench": "esno src/index.ts",
|
|
"bench:ci": "esno src/github.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.1.1",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@happy-dom/jest-environment": "^8.1.3",
|
|
"@types/benchmark": "^2.1.2",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/test-utils": "^2.2.7",
|
|
"@vue/vue3-jest": "^29.2.2",
|
|
"babel-jest": "^29.4.3",
|
|
"benchmark": "^2.1.4",
|
|
"esno": "^0.16.3",
|
|
"execa": "^7.0.0",
|
|
"fs-extra": "^11.1.0",
|
|
"jest": "^29.4.3",
|
|
"markdown-table": "^3.0.3",
|
|
"microtime": "^3.1.1",
|
|
"ts-jest": "^29.0.5",
|
|
"vitest": "link:../packages/vitest",
|
|
"vue": "^3.2.45"
|
|
}
|
|
}
|