2018-03-17 20:36:40 -04:00
|
|
|
{
|
|
|
|
"name": "ReactNativeFastImageExample",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-05-07 11:26:26 -04:00
|
|
|
"start": "metro-with-symlinks start",
|
2018-03-17 20:36:40 -04:00
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-24 22:41:10 -04:00
|
|
|
"react": "16.3.1",
|
|
|
|
"react-native": "0.55.3",
|
2018-05-07 11:26:26 -04:00
|
|
|
"react-native-fast-image": "../",
|
2018-03-17 20:55:27 -04:00
|
|
|
"react-native-image-progress": "^1.1.0",
|
2018-05-03 00:20:59 -04:00
|
|
|
"react-native-status-bar-height": "^2.0.0",
|
2018-03-17 20:55:27 -04:00
|
|
|
"react-native-vector-icons": "^4.5.0",
|
2018-05-03 00:20:59 -04:00
|
|
|
"react-navigation": "^1.5.11",
|
2018-03-17 20:55:27 -04:00
|
|
|
"react-timeout": "^1.1.1",
|
2018-04-21 19:30:45 -04:00
|
|
|
"uuid": "3.0.1"
|
2018-03-17 20:36:40 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-jest": "23.0.0-alpha.0",
|
|
|
|
"babel-preset-react-native": "4.0.0",
|
|
|
|
"jest": "22.4.2",
|
2018-05-07 11:26:26 -04:00
|
|
|
"metro-with-symlinks": "https://github.com/DylanVann/metro-with-symlinks",
|
2018-03-17 20:36:40 -04:00
|
|
|
"react-test-renderer": "^16.3.0-alpha.1"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
2018-03-17 20:55:27 -04:00
|
|
|
}
|