realm-js/examples/ReactNativeBenchmarks/package.json

16 lines
319 B
JSON
Raw Normal View History

{
"name": "ReactNativeBenchmarks",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
2016-06-08 01:20:51 +00:00
"react": "15.1.0",
"react-native": "^0.27.1",
"react-native-sqlite-storage": "^2.1.3",
"react-native-store": "^0.4.1",
"realm": "file:../.."
}
}