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

28 lines
675 B
JSON

{
"name": "react-native-fast-image-example",
"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"
}
}