UNPKG

react-native-iconly

Version:

React native component for Iconly icons

76 lines (75 loc) 1.98 kB
{ "name": "react-native-iconly", "version": "1.0.12", "description": "React native component for Iconly icons", "author": "otaviomad", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/otaviomad/react-native-iconly" }, "main": "dist/index.js", "module": "dist/index.modern.js", "types": "dist/index", "source": "src/index.js", "sideEffects": false, "engines": { "node": ">=10" }, "bugs": { "url": "https://github.com/otaviomad/react-native-iconly/issues" }, "homepage": "https://react-iconly.jrgarciadev.com", "keywords": [ "react", "react-native", "react-icons", "icons", "svg", "inLine", "iconly", "design" ], "scripts": { "build": "tsc --jsx react-native", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "eslint \"src/**/*\"" }, "peerDependencies": { "react": "^16.8.6 || ^17" }, "devDependencies": { "@types/node": "^14.14.37", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^5.16.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.6.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.23.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-typescript": "^0.14.0", "eslint-plugin-unused-imports": "^1.1.1", "gh-pages": "^2.2.0", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^4.0.3", "typescript": "^4.2.3" }, "files": [ "dist" ], "dependencies": { "react-native-svg": "^12.1.0" } }