|
| 1 | +{ |
| 2 | + "name": "react-native-fontawesome", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Official React Native component for Font Awesome 5", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "jest" |
| 8 | + }, |
| 9 | + "homepage": "https://github.com/FortAwesome/react-native-fontawesome", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/FortAwesome/react-native-fontawesome.git" |
| 13 | + }, |
| 14 | + "contributors": [ |
| 15 | + "Travis Chase <[email protected]>", |
| 16 | + |
| 17 | + "Mike Wilkerson <[email protected]>" |
| 18 | + ], |
| 19 | + "license": "MIT", |
| 20 | + "peerDependencies": { |
| 21 | + "@fortawesome/fontawesome-svg-core": "^1.2.4", |
| 22 | + "react": "16.5.0", |
| 23 | + "react-native": "^0.57.1", |
| 24 | + "react-native-svg": "^7.0.3" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@babel/core": "^7.1.2", |
| 28 | + "@babel/runtime": "^7.1.2", |
| 29 | + "@fortawesome/fontawesome-svg-core": "^1.2.4", |
| 30 | + "babel-core": "^7.0.0-bridge", |
| 31 | + "babel-jest": "^23.6.0", |
| 32 | + "jest": "^23.6.0", |
| 33 | + "metro-react-native-babel-preset": "^0.47.0", |
| 34 | + "react": "16.5.0", |
| 35 | + "react-native": "^0.57.1", |
| 36 | + "react-native-svg": "^7.0.3", |
| 37 | + "react-test-renderer": "^16.5.2" |
| 38 | + }, |
| 39 | + "dependencies": { |
| 40 | + "prop-types": "^15.6.2" |
| 41 | + }, |
| 42 | + "jest": { |
| 43 | + "preset": "react-native" |
| 44 | + } |
| 45 | +} |
0 commit comments