vitest/examples/react-mui/package.json
2022-02-22 13:17:20 +08:00

35 lines
806 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.1",
"@emotion/styled": "^11.8.1",
"@mui/lab": "*",
"@mui/material": "^5.4.3",
"history": "^5.2.0",
"notistack": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"recharts": "^2.1.9",
"swr": "^1.2.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@vitest/ui": "latest",
"date-fns": "^2.28.0",
"jsdom": "^19.0.0",
"vite": "latest",
"vitest": "latest"
}
}