26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.0.0",
|
|
"react-native": "0.50.4",
|
|
"react-native-exception-handler": "^2.4.3",
|
|
"react-native-exit-app-no-history": "^1.0.2",
|
|
"react-native-fs": "^2.8.5",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../js",
|
|
"xmlbuilder": "^4.2.1"
|
|
},
|
|
"resolutions": {
|
|
"moment": "2.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "4.0.0",
|
|
"invariant": "^2.2.2"
|
|
}
|
|
}
|