mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "~15.2.0",
|
|
"react-native": "^0.29.0",
|
|
"realm": "file:../.."
|
|
}
|
|
}
|