mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 04:08:21 +00:00
31 lines
827 B
JSON
31 lines
827 B
JSON
{
|
|
"name": "ReactNativeFastImageExampleCocoaPods",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.6.0-alpha.8af6728",
|
|
"react-native": "0.57.3",
|
|
"react-native-fast-image": "^5.0.10",
|
|
"react-native-image-picker": "^0.27.1",
|
|
"react-native-image-progress": "^1.1.1",
|
|
"react-native-status-bar-height": "^2.1.0",
|
|
"react-native-vector-icons": "^6.0.2",
|
|
"react-navigation": "^2.18.0",
|
|
"react-timeout": "^1.1.2",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "23.6.0",
|
|
"jest": "23.6.0",
|
|
"metro-react-native-babel-preset": "0.48.1",
|
|
"react-test-renderer": "16.6.0-alpha.8af6728"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|