react-native-fast-image/react-native-fast-image-exa.../package.json

34 lines
898 B
JSON

{
"name": "ReactNativeFastImageExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-fast-image": "^5.2.1",
"react-native-gesture-handler": "^1.1.0",
"react-native-image-picker": "^0.28.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": "^3.8.1",
"react-timeout": "^1.1.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
}
}