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

29 lines
647 B
JSON
Raw Normal View History

2017-04-13 04:13:44 +00:00
{
"name": "FastImage",
2017-04-18 06:05:10 +00:00
"version": "0.0.1",
"scripts": {
2017-06-20 04:49:38 +00:00
"start": "react-native start",
2017-04-18 06:05:10 +00:00
"test": "jest"
},
"dependencies": {
"react-native-fast-image": "../",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.11",
"react-timeout": "^1.0.1",
"uuid": "^3.1.0"
2017-04-18 06:05:10 +00:00
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
2017-06-20 04:49:38 +00:00
"react-native-cli": "^2.0.1",
2017-04-18 06:05:10 +00:00
"react-test-renderer": "16.0.0-alpha.6"
},
"private": true,
"jest": {
"preset": "react-native"
}
2017-04-13 04:13:44 +00:00
}