30 lines
789 B
JSON
30 lines
789 B
JSON
{
|
|
"name": "ReactNativeFastImageExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.3.1",
|
|
"react-native": "0.55.3",
|
|
"react-native-fast-image": "file:../react-native-fast-image-4.0.8.tgz",
|
|
"react-native-image-progress": "^1.1.0",
|
|
"react-native-status-bar-height": "^2.0.0",
|
|
"react-native-vector-icons": "^4.5.0",
|
|
"react-navigation": "^1.5.11",
|
|
"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"
|
|
}
|
|
}
|