UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

69 lines (68 loc) 1.81 kB
{ "name": "@exah/react-icons", "version": "2.2.8", "description": "svg react icons of popular icon packs using ES6 imports", "module": "lib/index.js", "scripts": { "docs": "babel-node bin/generate-docs", "create": "node bin/create", "build": "babel src --out-dir lib", "deploy": "np --any-branch", "version": "npm run build", "test": "eslint .", "prebuild": "npm run create" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/gorangajic/react-icons.git" }, "keywords": [ "react", "icons", "inline", "svg", "font", "awesome", "material", "design" ], "author": "Goran Gajic", "license": "MIT", "bugs": { "url": "https://github.com/gorangajic/react-icons/issues" }, "homepage": "https://github.com/gorangajic/react-icons#readme", "devDependencies": { "babel": "6.5.2", "babel-cli": "6.7.5", "babel-eslint": "^7.2.3", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-react": "6.5.0", "babel-preset-stage-0": "6.5.0", "camelcase": "^2.0.1", "capitalize": "^1.0.0", "cheerio": "^0.19.0", "classnames": "^2.2.3", "decamelize": "1.1.2", "eslint": "^1.10.3", "eslint-config-airbnb": "^3.1.0", "eslint-plugin-react": "^3.15.0", "glob": "^6.0.4", "gulp": "^3.9.0", "husky": "^0.14.3", "marky-markdown": "https://github.com/npm/marky-markdown", "material-design-lite": "^1.0.6", "np": "^2.16.0", "svg-scaler": "gorangajic/svg-scaler#take-size-viewbox", "underscore": "^1.8.3" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0", "react-dom": "^0.14.0 || ^15.0.0" }, "dependencies": { "babel-runtime": "^6.23.0", "react-icon-base": "2.0.7" } }