mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-01 01:04:59 +00:00
c9c941aac9
React is now a peer dependency, which means we need to add it to our package.json for npm v3 to work properly.
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.5",
|
|
"react-native": "^0.22.0",
|
|
"react-native-fs": "^1.1.0",
|
|
"xmlbuilder": "^4.2.1",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../js"
|
|
}
|
|
}
|