16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "ReactNativeBenchmarks",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^0.14.5",
|
|
"react-native": "^0.24.1",
|
|
"react-native-sqlite-storage": "^2.1.3",
|
|
"react-native-store": "^0.4.1",
|
|
"realm": "file:../.."
|
|
}
|
|
}
|