2019-07-09 02:54:32 +02:00
|
|
|
{
|
|
|
|
"name": "LBRYApp",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": "true",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
2019-08-09 08:41:40 +02:00
|
|
|
"devtools": "react-devtools",
|
2019-07-09 02:54:32 +02:00
|
|
|
"format": "prettier 'src/**/*.{js,json}' --write",
|
|
|
|
"precommit": "lint-staged"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"base-64": "^0.1.0",
|
|
|
|
"@expo/vector-icons": "^8.1.0",
|
|
|
|
"gfycat-style-urls": "^1.0.3",
|
2019-08-20 10:19:42 +02:00
|
|
|
"lbry-redux": "lbryio/lbry-redux#4f812db1c7cdb4c08c5426d4d3f83023de5d655f",
|
|
|
|
"lbryinc": "lbryio/lbryinc#17868d948a160af27a375956226f8dd23fa2c37d",
|
2019-07-09 02:54:32 +02:00
|
|
|
"lodash": ">=4.17.11",
|
|
|
|
"merge": ">=1.2.1",
|
|
|
|
"moment": "^2.22.1",
|
|
|
|
"react": "16.8.6",
|
2019-07-12 16:53:46 +02:00
|
|
|
"react-native": "0.59.10",
|
2019-07-10 04:19:20 +02:00
|
|
|
"@react-native-community/async-storage": "^1.5.1",
|
2019-08-11 01:06:10 +02:00
|
|
|
"react-native-camera": "^2.11.1",
|
2019-07-09 02:54:32 +02:00
|
|
|
"react-native-country-picker-modal": "^0.6.2",
|
|
|
|
"react-native-document-picker": "^2.3.0",
|
|
|
|
"react-native-exception-handler": "2.9.0",
|
|
|
|
"react-native-fast-image": "^5.0.3",
|
|
|
|
"react-native-fs": "^2.13.3",
|
|
|
|
"react-native-gesture-handler": "^1.1.0",
|
|
|
|
"react-native-image-zoom-viewer": "^2.2.5",
|
|
|
|
"react-native-password-strength-meter": "^0.0.2",
|
|
|
|
"react-native-phone-input": "lbryio/react-native-phone-input",
|
2019-08-13 10:07:44 +02:00
|
|
|
"react-native-reanimated": "^1.2.0",
|
2019-07-09 02:54:32 +02:00
|
|
|
"react-native-super-grid": "^3.0.4",
|
2019-08-11 01:06:10 +02:00
|
|
|
"react-native-vector-icons": "^6.6.0",
|
2019-07-09 02:54:32 +02:00
|
|
|
"react-native-video": "lbryio/react-native-video#exoplayer-lbry-android",
|
|
|
|
"react-navigation": "^3.11.0",
|
2019-08-13 10:07:44 +02:00
|
|
|
"react-navigation-drawer": "^2.0.0",
|
2019-07-09 02:54:32 +02:00
|
|
|
"react-navigation-redux-helpers": "^3.0.2",
|
|
|
|
"react-redux": "^5.0.3",
|
2019-07-12 16:53:46 +02:00
|
|
|
"redux": "^4.0.4",
|
2019-07-26 16:30:07 +02:00
|
|
|
"redux-persist": "^5.10.0",
|
2019-07-09 02:54:32 +02:00
|
|
|
"redux-persist-filesystem-storage": "^1.3.2",
|
|
|
|
"redux-persist-transform-compress": "^4.2.0",
|
|
|
|
"redux-persist-transform-filter": "0.0.18",
|
|
|
|
"redux-thunk": "^2.3.0",
|
2019-07-26 10:13:46 +02:00
|
|
|
"rn-fetch-blob": "0.10.15"
|
2019-07-09 02:54:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-07-12 16:53:46 +02:00
|
|
|
"@babel/core": "^7.5.4",
|
2019-07-26 10:13:46 +02:00
|
|
|
"babel-eslint": "10.0.2",
|
2019-07-12 16:53:46 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
|
2019-07-09 02:54:32 +02:00
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
|
|
"eslint": "^5.16.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-config-standard-jsx": "^6.0.2",
|
|
|
|
"eslint-plugin-flowtype": "^2.46.1",
|
|
|
|
"eslint-plugin-import": "^2.17.2",
|
|
|
|
"eslint-plugin-node": "^8.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
|
|
"eslint-plugin-react": "^7.12.4",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"flow-babel-webpack-plugin": "^1.1.1",
|
2019-07-26 10:13:46 +02:00
|
|
|
"husky": "^0.14.3",
|
2019-07-09 02:54:32 +02:00
|
|
|
"lint-staged": "^7.0.4",
|
2019-07-12 16:53:46 +02:00
|
|
|
"metro-react-native-babel-preset": "^0.55.0",
|
2019-08-09 08:41:40 +02:00
|
|
|
"prettier": "^1.11.1",
|
|
|
|
"react-devtools": "^3.6.3"
|
2019-07-09 02:54:32 +02:00
|
|
|
}
|
|
|
|
}
|