UNPKG

@jy95/material-ui-image

Version:

Material style image with loading animation

58 lines (57 loc) 1.67 kB
{ "name": "@jy95/material-ui-image", "version": "4.0.9", "description": "Material style image with loading animation", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "babel src -d lib --copy-files", "prepublish": "babel src -d lib --copy-files", "styleguide": "styleguidist server", "styleguide:build": "styleguidist build", "publish-docs": "npm run styleguide:build && npm run gh-pages", "gh-pages": "./node_modules/.bin/gh-pages -d styleguide", "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/jy95/material-ui-image.git" }, "keywords": [ "react", "material", "image", "loading", "react-component" ], "author": "Wertarbyte <kontakt@wertarbyte.com> (https://wertarbyte.com)", "license": "MIT", "bugs": { "url": "https://github.com/jy95/material-ui-image/issues" }, "homepage": "https://github.com/jy95/material-ui-image#readme", "devDependencies": { "@babel/cli": "^7.22.6", "@babel/core": "^7.22.8", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.22.7", "@babel/preset-react": "^7.22.5", "babel-eslint": "^10.1.0", "babel-loader": "^9.1.3", "gh-pages": "^5.0.0", "standard": "^17.1.0", "webpack": "^5.88.1" }, "peerDependencies": { "@mui/icons-material": "^5.0.0", "@mui/material": "^5.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "dependencies": { "prop-types": "^15.8.1" }, "standard": { "parser": "babel-eslint" } }