2015-10-02 21:57:54 +00:00
|
|
|
{
|
|
|
|
"name": "ReactTests",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2015-11-24 03:07:50 +00:00
|
|
|
"start": "react-native start"
|
2015-10-02 21:57:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-10 13:00:23 +00:00
|
|
|
"react": "~15.4.0-rc.4",
|
|
|
|
"react-native": "0.40.0",
|
2016-11-14 13:26:33 +00:00
|
|
|
"react-native-fs": "^1.1.0",
|
2016-11-11 07:11:31 +00:00
|
|
|
"realm": "file:../..",
|
2016-10-04 22:02:51 +00:00
|
|
|
"realm-tests": "file:../js",
|
|
|
|
"xmlbuilder": "^4.2.1"
|
2017-01-06 13:30:32 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-10 13:00:23 +00:00
|
|
|
"babel-preset-react-native": "1.9.1",
|
2017-01-06 13:30:32 +00:00
|
|
|
"invariant": "^2.2.2"
|
2015-10-02 21:57:54 +00:00
|
|
|
}
|
|
|
|
}
|