UNPKG

react-material-ui-icon-picker

Version:
59 lines (58 loc) 1.6 kB
{ "name": "react-material-ui-icon-picker", "version": "0.0.1", "description": "material-ui-icon-picker", "main": "lib/MaterialUiIconPicker.js", "author": "Daniele De Matteo", "homepage": "https://github.com/DMDc0de/material-ui-icon-picker", "repository": { "type": "git", "url": "https://github.com/DMDc0de/material-ui-icon-picker.git" }, "bugs": { "url": "https://github.com/DMDc0de/material-ui-icon-picker/issues" }, "dependencies": { "classnames": "^2.1.2", "material-ui": "^0.19.3", "promise-defer": "^1.0.0", "prop-types": "^15.6.0", "radium": "^0.19.4", "ramda": "^0.24.1", "whatwg-fetch": "^2.0.3" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^7.2.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-react": "^6.24.1", "eslint": "^1.6.0", "eslint-plugin-react": "^3.5.1", "gulp": "^3.9.0", "react": "^15.0.0", "react-component-gulp-tasks": "^0.7.6", "react-dom": "^15.0.0" }, "peerDependencies": { "react": "^15.0.0" }, "browserify-shim": { "react": "global:React" }, "scripts": { "build": "gulp clean && NODE_ENV=production gulp build", "examples": "gulp dev:server", "lint": "eslint ./; true", "publish:site": "NODE_ENV=production gulp publish:examples", "release": "NODE_ENV=production gulp release", "start": "gulp dev", "test": "echo \"no tests yet\" && exit 0", "watch": "gulp watch:lib" }, "keywords": [ "react", "react-component", "material-ui", "icon-picker" ] }