vitest/examples/react-mui/package.json
2022-08-15 15:13:37 +08:00

38 lines
892 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.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.9.0",
"@mui/x-date-pickers": "5.0.0-beta.0",
"history": "^5.3.0",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"recharts": "^2.1.12",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.3",
"@vitest/ui": "latest",
"date-fns": "^2.28.0",
"jsdom": "latest",
"vite": "latest",
"vitest": "latest"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}