UNPKG

mui-image

Version:

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

64 lines (63 loc) 1.5 kB
{ "name": "mui-image", "version": "1.0.9", "description": "Display images as per the Material guidelines. For React apps using Material-UI.", "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", "predeploy:demo": "npm run build", "deploy:demo": "gh-pages -d demo/dist", "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 || ^6.0.0 || ^7.0.0", "prop-types": "^15.7.2", "react": "^17.0.2 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@fontsource/fira-code": "^4.5.1", "@size-limit/preset-small-lib": "^7.0.8", "gh-pages": "^5.0.0", "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://benmneb.github.io/mui-image", "license": "ISC", "repository": "https://github.com/benmneb/mui-image", "keywords": [ "material-ui", "material-ui image", "material-ui-image", "material design", "react", "loading image" ], "engines": { "npm": ">=7.24.2", "node": ">=12.22.12" } }