react-material-icon-svg
Version:
React material icon jsx version
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "react-material-icon-svg",
"version": "3.4.0",
"description": "React material icon jsx version",
"scripts": {
"transpile": "babel dist --out-dir ./dist",
"build": "gulp",
"pub": "np --yolo",
"prepublish": "make build"
},
"keywords": [
"React",
"material",
"SVG icon"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vaeum/react-material-icon-svg.git"
},
"bugs": {
"url": "https://github.com/vaeum/react-material-icon-svg/issues"
},
"homepage": "https://github.com/vaeum/react-material-icon-svg#readme",
"author": "vaeum",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@mdi/svg": "^4.1.95",
"change-case": "^3.1.0",
"gulp": "4.0.2",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^2.0.1",
"gulp-prettier": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-svgmin": "^2.2.0",
"gulp-tap": "^2.0.0",
"lodash": ">=4.17.13",
"np": "^5.0.3"
}
}