2015-10-02 14:57:54 -07:00
|
|
|
{
|
|
|
|
"name": "ReactTests",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2015-11-23 19:07:50 -08:00
|
|
|
"start": "react-native start"
|
2015-10-02 14:57:54 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-01-10 14:00:23 +01: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-10 23:11:31 -08:00
|
|
|
"realm": "file:../..",
|
2016-10-04 15:02:51 -07:00
|
|
|
"realm-tests": "file:../js",
|
|
|
|
"xmlbuilder": "^4.2.1"
|
2017-01-06 14:30:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-10 14:00:23 +01:00
|
|
|
"babel-preset-react-native": "1.9.1",
|
2017-01-06 14:30:32 +01:00
|
|
|
"invariant": "^2.2.2"
|
2015-10-02 14:57:54 -07:00
|
|
|
}
|
|
|
|
}
|