2017-04-13 04:13:44 +00:00
|
|
|
{
|
2017-04-18 05:37:08 +00:00
|
|
|
"name": "react-native-fast-image-example",
|
2017-04-13 04:13:44 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"react": "16.0.0-alpha.6",
|
|
|
|
"react-native": "0.43.3",
|
|
|
|
"react-native-fast-image": "../",
|
|
|
|
"react-native-vector-icons": "^4.0.1",
|
|
|
|
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
|
|
|
|
"react-timeout": "^1.0.0",
|
|
|
|
"uuid": "^3.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-jest": "19.0.0",
|
|
|
|
"babel-preset-react-native": "1.9.1",
|
|
|
|
"jest": "19.0.2",
|
|
|
|
"react-test-renderer": "16.0.0-alpha.6"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
|
|
|
}
|
|
|
|
}
|