mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
22 lines
498 B
JSON
22 lines
498 B
JSON
|
{
|
||
|
"name": "ReactNativeFastImageExample",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react": "^16.3.0-alpha.1",
|
||
|
"react-native": "0.54.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-jest": "23.0.0-alpha.0",
|
||
|
"babel-preset-react-native": "4.0.0",
|
||
|
"jest": "22.4.2",
|
||
|
"react-test-renderer": "^16.3.0-alpha.1"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|