vitest/examples/react-mui/package.json
2022-03-16 15:53:00 +08:00

38 lines
867 B
JSON

{
"name": "@vitest/mui-test",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/lab": "*",
"@mui/material": "^5.5.1",
"history": "^5.3.0",
"notistack": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"recharts": "^2.1.9",
"swr": "^1.2.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@vitest/ui": "latest",
"date-fns": "^2.28.0",
"jsdom": "^19.0.0",
"vite": "latest",
"vitest": "latest"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}