2021-12-12 07:09:16 +08:00

25 lines
551 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"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.1",
"happy-dom": "*",
"vite": "^2.7.1",
"vitest": "workspace:*"
}
}