vitest/test/react-mui/package.json
2021-12-23 16:12:55 +08:00

33 lines
753 B
JSON

{
"name": "@vitest/mui-test",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/lab": "*",
"@mui/material": "^5.2.5",
"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.8",
"swr": "^1.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"date-fns": "^2.27.0",
"jsdom": "^19.0.0",
"vite": "^2.7.6",
"vitest": "workspace:*"
}
}