{ "name": "material-ui-pigment-css-vite", "version": "7.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@mui/material": "latest", "@mui/material-pigment-css": "latest", "@pigment-css/react": "latest", "react": "latest", "react-dom": "latest", "react-is": "latest", "prop-types": "latest", "hoist-non-react-statics": "latest" }, "devDependencies": { "@pigment-css/vite-plugin": "latest", "@types/react": "latest", "@types/react-dom": "latest", "@vitejs/plugin-react": "latest", "typescript": "latest", "vite": "latest" } }