mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
30 lines
741 B
JSON
30 lines
741 B
JSON
{
|
|
"name": "@vitest/test-testing-lib-react",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"coverage": "vitest --coverage",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@vitejs/plugin-react": "^1.1.4",
|
|
"@vitest/ui": "latest",
|
|
"jsdom": "latest",
|
|
"vite": "latest",
|
|
"vitest": "latest"
|
|
}
|
|
}
|