31 lines
986 B
JSON
31 lines
986 B
JSON
{
|
|
"name": "LBRYApp",
|
|
"version": "0.0.1",
|
|
"private": "true",
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"lbry-redux": "lbryio/lbry-redux",
|
|
"moment": "^2.22.1",
|
|
"react": "16.2.0",
|
|
"react-native": "0.55.3",
|
|
"react-native-image-zoom-viewer": "^2.2.5",
|
|
"react-native-vector-icons": "^4.5.0",
|
|
"react-native-video": "2.0.0",
|
|
"react-navigation": "^1.5.12",
|
|
"react-navigation-redux-helpers": "^1.0.1",
|
|
"react-redux": "^5.0.3",
|
|
"redux": "^3.6.0",
|
|
"redux-logger": "3.0.6",
|
|
"redux-persist": "^4.8.0",
|
|
"redux-persist-transform-compress": "^4.2.0",
|
|
"redux-persist-transform-filter": "0.0.10",
|
|
"redux-thunk": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"flow-babel-webpack-plugin": "^1.1.1"
|
|
}
|
|
}
|