UNPKG

react-native-remix-icon

Version:
72 lines (71 loc) 1.76 kB
{ "name": "react-native-remix-icon", "description": "Remix Icon for React Native", "author": "Ajay Sivan", "version": "4.6.3", "main": "src/index.js", "types": "src/index.d.ts", "homepage": "https://github.com/ajayesivan/react-native-remix-icon", "bugs": { "url": "https://github.com/ajayesivan/react-native-remix-icon/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ajayesivan/react-native-remix-icon.git" }, "keywords": [ "react-native-remix-icon", "remixicon", "remixicon-rn", "react-native", "icons" ], "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint .", "svg-to-rn": "npx @svgr/cli --native -d src/icons icons --svg-props 'width={24}' --svg-props 'height={24}'" }, "peerDependencies": { "react-native-svg": "*" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/runtime": "^7.8.4", "@react-native-community/eslint-config": "^1.1.0", "@svgr/cli": "^8.1.0", "babel-jest": "^25.1.0", "eslint": "^6.5.1", "husky": "^4.3.8", "jest": "^25.1.0", "lint-staged": "^10.5.3", "metro-react-native-babel-preset": "^0.59.0", "prettier": "^2.2.1", "react": "16.13.1", "react-native": "0.63.4", "react-native-svg": "^15.8.0", "react-test-renderer": "16.13.1" }, "jest": { "preset": "react-native" }, "lint-staged": { "src/**/*.js": [ "prettier --write", "eslint --fix", "git add" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "license": "MIT", "files": [ "src" ], "packageManager": "yarn@4.5.1" }