vitest/examples/projects/package.json
renovate[bot] 52b242b870
chore(deps): update all non-major dependencies (#9133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 13:02:24 +01:00

33 lines
724 B
JSON

{
"name": "@vitest/example-projects",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.7",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/ui": "latest",
"fastify": "^5.6.2",
"jsdom": "^27.2.0",
"react": "^19.2.0",
"supertest": "^6.3.4",
"tsx": "^4.21.0",
"vite": "latest",
"vitest": "latest"
},
"workspaces": [
"packages/*"
],
"stackblitz": {
"startCommand": "npm run test:ui"
}
}