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

34 lines
907 B
JSON
Raw Normal View History

2018-03-18 00:36:40 +00:00
{
2018-09-23 22:24:06 +00:00
"name": "ReactNativeFastImageExampleCocoaPods",
2018-03-18 00:36:40 +00:00
"version": "0.0.1",
"private": true,
"scripts": {
2018-09-23 22:24:06 +00:00
"start": "node node_modules/react-native/local-cli/cli.js start",
2018-03-18 00:36:40 +00:00
"test": "jest"
},
2019-04-23 02:52:40 +00:00
"jest": {
"preset": "react-native"
},
2018-03-18 00:36:40 +00:00
"dependencies": {
2019-04-23 02:52:40 +00:00
"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",
2018-10-14 21:18:35 +00:00
"react-native-vector-icons": "^6.0.2",
2019-04-23 02:52:40 +00:00
"react-navigation": "^3.8.1",
"react-timeout": "^1.1.2",
"uuid": "^3.3.2"
2018-03-18 00:36:40 +00:00
},
"devDependencies": {
2019-04-23 02:52:40 +00:00
"@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"
2018-03-18 00:36:40 +00:00
}
}