UNPKG

material-ui-image

Version:
64 lines (63 loc) 1.89 kB
{ "name": "material-ui-image", "version": "3.3.2", "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/TeamWertarbyte/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/TeamWertarbyte/material-ui-image/issues" }, "homepage": "https://github.com/TeamWertarbyte/material-ui-image#readme", "devDependencies": { "@babel/cli": "^7.6.2", "@babel/core": "^7.6.2", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.6.2", "@babel/preset-react": "^7.0.0", "@material-ui/core": "^3.1.2", "@material-ui/icons": "^3.0.1", "@webpack-blocks/babel": "^2.0.1", "@webpack-blocks/webpack": "^2.0.1", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.6", "gh-pages": "^1.1.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-styleguidist": "^11.1.6", "standard": "^12.0.1", "webpack": "^4.41.6" }, "peerDependencies": { "@material-ui/icons": "^1.0.0 || ^3.0.0 || ^4.0.0", "@material-ui/core": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", "react": "^16.3.0 || ^17.0.0" }, "dependencies": { "prop-types": "^15.5.8" }, "standard": { "parser": "babel-eslint" } }