30 lines
751 B
JSON
30 lines
751 B
JSON
{
|
|
"name": "ReactNativeFastImageCocoaPodsExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"postinstall": "cp -r ./../react-native-fast-image-example/src ./src",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.3.1",
|
|
"react-native": "0.55.3",
|
|
"react-native-fast-image": "../",
|
|
"react-native-image-progress": "^1.1.0",
|
|
"react-native-vector-icons": "^4.5.0",
|
|
"react-navigation": "^1.5.7",
|
|
"react-timeout": "^1.1.1",
|
|
"uuid": "3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "23.0.0-alpha.0",
|
|
"babel-preset-react-native": "4.0.0",
|
|
"jest": "22.4.2",
|
|
"react-test-renderer": "^16.3.0-alpha.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|