realm-js/tests/react-test-app/package.json

17 lines
321 B
JSON
Raw Normal View History

2015-10-02 21:57:54 +00:00
{
"name": "ReactTests",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
2015-10-02 21:57:54 +00:00
},
"dependencies": {
2016-11-11 20:01:31 +00:00
"react": "15.3.2",
"react-native": "^0.37.0",
"react-native-fs": "^1.1.0",
"realm": "file:../..",
2016-10-04 22:02:51 +00:00
"realm-tests": "file:../js",
"xmlbuilder": "^4.2.1"
2015-10-02 21:57:54 +00:00
}
}