vitest/examples/react-mui/package.json
2022-05-03 05:20:44 +08:00

38 lines
870 B
JSON

{
"name": "@vitest/example-mui",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/lab": "*",
"@mui/material": "^5.6.4",
"history": "^5.3.0",
"notistack": "^2.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"recharts": "^2.1.9",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@vitest/ui": "latest",
"date-fns": "^2.28.0",
"jsdom": "^19.0.0",
"vite": "^2.9.5",
"vitest": "latest"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}