2022-05-03 05:20:44 +08:00

34 lines
806 B
JSON

{
"name": "@vitest/example-react-testing-lib-msw",
"private": true,
"scripts": {
"build": "tsc && vite build",
"coverage": "vitest run --coverage",
"dev": "vite",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@apollo/client": "^3.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^1.3.2",
"@vitest/ui": "latest",
"cross-fetch": "^3.1.5",
"jsdom": "latest",
"msw": "^0.39.2",
"vite": "^2.9.5",
"vitest": "latest"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}