2017-12-28 19:06:31 +01:00
|
|
|
{
|
|
|
|
"name": "LBRYApp",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": "true",
|
|
|
|
"scripts": {
|
2018-03-11 16:32:13 +01:00
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
|
|
"postinstall": "cp ./patch/ReactNativeRenderer-dev.js.patch ./node_modules/react-native/Libraries/Renderer/ReactNativeRenderer-dev.js; rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json"
|
2017-12-28 19:06:31 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-03-11 16:32:13 +01:00
|
|
|
"lbry-redux": "lbryio/lbry-redux#common-components-refactor",
|
|
|
|
"react": "16.2.0",
|
|
|
|
"react-native": "0.52.0",
|
|
|
|
"react-native-vector-icons": "^4.5.0",
|
2018-03-18 15:42:16 +01:00
|
|
|
"react-native-video": "2.0.0",
|
2018-03-11 16:32:13 +01:00
|
|
|
"react-navigation": "^1.0.3",
|
|
|
|
"react-navigation-redux-helpers": "^1.0.1",
|
|
|
|
"react-redux": "^5.0.3",
|
|
|
|
"redux": "^3.6.0",
|
2018-03-23 08:09:01 +01:00
|
|
|
"redux-logger": "3.0.6",
|
2018-03-11 16:32:13 +01:00
|
|
|
"redux-persist": "^4.8.0",
|
|
|
|
"redux-persist-transform-compress": "^4.2.0",
|
|
|
|
"redux-persist-transform-filter": "0.0.10",
|
|
|
|
"redux-thunk": "^2.2.0"
|
2017-12-28 19:06:31 +01:00
|
|
|
}
|
|
|
|
}
|