mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@vitest/test-core",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:html": "vitest --reporter=html",
|
|
"test:threads": "vitest --project threads",
|
|
"test:forks": "vitest --project forks",
|
|
"test:vmThreads": "vitest --project vmThreads",
|
|
"dev": "vite",
|
|
"coverage": "vitest run --coverage",
|
|
"collect": "vitest list"
|
|
},
|
|
"devDependencies": {
|
|
"@test/vite-environment-external": "link:./projects/vite-environment-external",
|
|
"@test/vite-external": "link:./projects/vite-external",
|
|
"@types/debug": "catalog:",
|
|
"@vitest/expect": "workspace:*",
|
|
"@vitest/mocker": "workspace:*",
|
|
"@vitest/runner": "workspace:*",
|
|
"@vitest/test-dep-cjs": "file:./deps/dep-cjs",
|
|
"@vitest/test-dep1": "file:./deps/dep1",
|
|
"@vitest/test-dep2": "file:./deps/dep2",
|
|
"@vitest/utils": "workspace:*",
|
|
"@vitest/web-worker": "workspace:^",
|
|
"@vueuse/integrations": "^10.11.1",
|
|
"axios": "^1.11.0",
|
|
"debug": "^4.4.1",
|
|
"immutable": "5.1.3",
|
|
"memfs": "^4.23.0",
|
|
"react": "^19.1.1",
|
|
"react-18": "npm:react@18.3.1",
|
|
"sweetalert2": "^11.22.2",
|
|
"temporal-polyfill": "~0.3.0",
|
|
"tinyrainbow": "catalog:",
|
|
"tinyspy": "^4.0.3",
|
|
"url": "^0.11.4",
|
|
"vite-node": "workspace:*",
|
|
"vitest": "workspace:*",
|
|
"vitest-environment-custom": "file:./vitest-environment-custom",
|
|
"vitest-package-exports": "^0.1.1",
|
|
"vue": "catalog:",
|
|
"zustand": "^4.5.7"
|
|
}
|
|
}
|