vitest/test/core/package.json

45 lines
1.3 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": {
"@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": "^0.30.0",
"debug": "^4.4.1",
"immutable": "5.1.2",
"memfs": "^4.17.2",
"react": "^19.1.0",
"react-18": "npm:react@18.3.1",
"sweetalert2": "^11.21.2",
"temporal-polyfill": "~0.3.0",
"tinyrainbow": "catalog:",
"tinyspy": "^1.1.1",
"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"
}
}