react-native-fontawesome-pro
Version:
Easily use your FontAwesome Pro 5.1 icons in React-Native.
56 lines (55 loc) • 1.37 kB
JSON
{
"name": "react-native-fontawesome-pro",
"version": "2.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"license": "MIT",
"author": "Yaniv Shnaider",
"bugs": {
"url": "https://github.com/shyaniv7/react-native-fontawesome-pro/issues"
},
"keywords": [
"awesome",
"component",
"font",
"font-awesome",
"fontawesome",
"icon",
"react-native",
"fontawesome-pro",
"pro"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shyaniv7/react-native-fontawesome-pro.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.0"
},
"devDependencies": {
"@types/react-native": "^0.56.19",
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"prop-types": "^15.5.7",
"react-native-svg": "^7.0.2",
"react-test-renderer": "^16.2.0",
"merge": ">=1.2.1"
},
"peerDependencies": {
"react": ">=15.5.0",
"react-native": ">=0.49.2",
"react-native-svg": ">=5.3.0",
"@fortawesome/pro-light-svg-icons": "*",
"@fortawesome/pro-regular-svg-icons": "*",
"@fortawesome/pro-solid-svg-icons": "*",
"@fortawesome/free-brands-svg-icons": "*"
},
"jest": {
"preset": "react-native"
}
}