{ "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.7.1", "@emotion/styled": "^11.6.0", "@mui/lab": "*", "@mui/material": "^5.2.7", "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.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "@vitest/ui": "latest", "date-fns": "^2.28.0", "jsdom": "^19.0.0", "vite": "^2.7.10", "vitest": "latest" } }