UNPKG

mui-image

Version:

Display images as per the Material guidelines. For React apps using Material-UI v5.

57 lines (56 loc) 1.3 kB
{ "name": "mui-image", "version": "1.0.7", "description": "Display images as per the Material guidelines. For React apps using Material-UI v5.", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo", "prepublishOnly": "npm run build", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "size": "size-limit" }, "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.0.1", "prop-types": "^15.7.2", "react": "^17.0.2 || ^18.0.0" }, "devDependencies": { "@fontsource/fira-code": "^4.5.1", "@size-limit/preset-small-lib": "^7.0.8", "nwb": "0.25.2", "react": "^18.2.0", "react-dom": "^18.2.0", "size-limit": "^7.0.8", "typeit-react": "^2.0.3" }, "size-limit": [ { "path": "es/index.js" } ], "author": "benmneb", "homepage": "https://mui-image.surge.sh/", "license": "ISC", "repository": "https://github.com/benmneb/mui-image", "keywords": [ "material-ui", "material-ui image", "material-ui-image", "material design", "react", "loading image" ] }