mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
32 lines
816 B
JSON
32 lines
816 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.22.6",
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"@happy-dom/jest-environment": "^9.20.3",
|
|
"@types/benchmark": "^2.1.2",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/test-utils": "^2.4.0",
|
|
"@vue/vue3-jest": "^29.2.4",
|
|
"babel-jest": "^29.5.0",
|
|
"benchmark": "^2.1.4",
|
|
"esno": "^0.16.3",
|
|
"execa": "^7.1.1",
|
|
"fs-extra": "^11.1.1",
|
|
"jest": "^29.5.0",
|
|
"markdown-table": "^3.0.3",
|
|
"microtime": "^3.1.1",
|
|
"ts-jest": "^29.1.1",
|
|
"vitest": "link:../packages/vitest",
|
|
"vue": "^3.3.4"
|
|
}
|
|
}
|