31 lines
827 B
JSON
Raw Normal View History

2018-03-17 20:36:40 -04:00
{
2018-09-23 18:24:06 -04:00
"name": "ReactNativeFastImageExampleCocoaPods",
2018-03-17 20:36:40 -04:00
"version": "0.0.1",
"private": true,
"scripts": {
2018-09-23 18:24:06 -04:00
"start": "node node_modules/react-native/local-cli/cli.js start",
2018-03-17 20:36:40 -04:00
"test": "jest"
},
"dependencies": {
2018-10-14 17:18:35 -04:00
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.3",
2018-10-16 00:07:51 -04:00
"react-native-fast-image": "^5.0.11",
2018-10-14 17:18:35 -04:00
"react-native-image-picker": "^0.27.1",
"react-native-image-progress": "^1.1.1",
"react-native-status-bar-height": "^2.1.0",
2018-10-14 17:18:35 -04:00
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.18.0",
"react-timeout": "^1.1.2",
"uuid": "^3.3.2"
2018-03-17 20:36:40 -04:00
},
"devDependencies": {
2018-09-23 18:24:06 -04:00
"babel-jest": "23.6.0",
"jest": "23.6.0",
2018-10-14 17:18:35 -04:00
"metro-react-native-babel-preset": "0.48.1",
"react-test-renderer": "16.6.0-alpha.8af6728"
2018-03-17 20:36:40 -04:00
},
"jest": {
"preset": "react-native"
}
}