UNPKG

react-material-iconic-font

Version:
89 lines (88 loc) 2.05 kB
{ "name": "react-material-iconic-font", "version": "2.0.0", "description": "Material Iconic Font in React components", "main": "./dist/cjs.js", "browser": "./dist/umd.js", "module": "./src/index.js", "sideEffects": false, "scripts": { "lint": "eslint .", "build": "webpack -p", "prepare": "npm test && npm run build", "test": "jest" }, "files": [ "src", "dist" ], "keywords": [ "material", "design", "icons", "iconic", "font", "react", "components" ], "author": "Guilherme Nagatomo <nagatomo.guilherme@gmail.com>", "license": "MIT", "peerDependencies": { "material-design-iconic-font": "^2.2.0", "react": ">= 15", "react-dom": ">= 15" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/preset-env": "^7.7.1", "@babel/preset-react": "^7.7.0", "babel-loader": "^8.0.6", "bundle-stats": "^1.12.1", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "eslint": "^6.6.0", "eslint-plugin-jest": "^23.0.3", "eslint-plugin-react": "^7.16.0", "husky": "^3.0.9", "jest": "^24.9.0", "lint-staged": "^9.4.2", "prettier": "^1.18.2", "react": "^16.11.0", "react-dom": "^16.11.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-node-externals": "^1.7.2" }, "prettier": { "useTabs": true, "singleQuote": true }, "dependencies": { "classnames": "^2.2.3", "prop-types": "^15.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/guilhermehn/react-material-iconic-font.git" }, "bugs": { "url": "https://github.com/guilhermehn/react-material-iconic-font/issues" }, "homepage": "https://github.com/guilhermehn/react-material-iconic-font#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint --fix", "prettier --write", "git add" ] }, "jest": { "collectCoverage": true, "coverageDirectory": "./coverage" } }