2016-02-22 22:04:42 +00:00
|
|
|
{
|
2019-09-12 12:38:16 +00:00
|
|
|
"name": "StatusIm-Mobile",
|
2016-02-22 22:04:42 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-08-06 16:16:51 +00:00
|
|
|
"start": "react-native start"
|
2016-02-22 22:04:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-14 05:24:35 +00:00
|
|
|
"@react-native-community/netinfo": "^4.4.0",
|
2019-01-14 09:42:29 +00:00
|
|
|
"bignumber.js": "git+https://github.com/status-im/bignumber.js.git#v4.0.2-status",
|
2019-09-09 17:25:02 +00:00
|
|
|
"buffer": "^5.4.2",
|
2019-09-06 10:05:26 +00:00
|
|
|
"chance": "^1.1.0",
|
2019-10-03 10:07:14 +00:00
|
|
|
"create-react-class": "^15.6.2",
|
2019-09-06 10:05:26 +00:00
|
|
|
"emojilib": "^2.4.0",
|
|
|
|
"eth-phishing-detect": "^1.1.13",
|
2019-09-13 22:01:39 +00:00
|
|
|
"hermes-engine": "0.2.1",
|
2019-09-06 10:05:26 +00:00
|
|
|
"hi-base32": "^0.5.0",
|
|
|
|
"i18n-js": "^3.3.0",
|
2019-08-29 10:47:39 +00:00
|
|
|
"qrcode": "^1.4.1",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.4.2",
|
|
|
|
"react-native": "^0.60.5",
|
2019-09-06 10:05:26 +00:00
|
|
|
"react-native-background-timer": "^2.1.1",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react-native-camera": "^3.3.3",
|
2019-08-06 16:16:51 +00:00
|
|
|
"react-native-config": "git+https://github.com/status-im/react-native-config.git#0.11.2-1-status",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react-native-dialogs": "^1.0.4",
|
|
|
|
"react-native-fetch-polyfill": "^1.1.2",
|
|
|
|
"react-native-fs": "^2.14.1",
|
2019-10-03 05:42:01 +00:00
|
|
|
"react-native-gesture-handler": "^1.3.0",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react-native-image-crop-picker": "^0.25.0",
|
2019-01-18 11:07:55 +00:00
|
|
|
"react-native-image-resizer": "git+https://github.com/status-im/react-native-image-resizer.git#1.0.0-1-status",
|
2018-12-09 14:58:03 +00:00
|
|
|
"react-native-keychain": "git+https://github.com/status-im/react-native-keychain.git#v.3.0.0-status",
|
2019-02-02 17:21:05 +00:00
|
|
|
"react-native-languages": "^3.0.2",
|
2019-08-06 16:16:51 +00:00
|
|
|
"react-native-mail": "git+https://github.com/status-im/react-native-mail.git#v4.0.0-status",
|
2019-07-05 12:21:00 +00:00
|
|
|
"react-native-navigation-twopane": "git+https://github.com/status-im/react-native-navigation-twopane.git#v0.0.2-status",
|
2019-10-14 05:24:35 +00:00
|
|
|
"react-native-screens": "^1.0.0-alpha.23",
|
2019-05-07 06:37:43 +00:00
|
|
|
"react-native-shake": "^3.3.1",
|
2019-09-06 10:05:26 +00:00
|
|
|
"react-native-splash-screen": "^3.2.0",
|
2019-09-30 12:44:09 +00:00
|
|
|
"react-native-status-keycard": "^2.5.12",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react-native-svg": "^9.8.4",
|
2019-05-30 14:01:20 +00:00
|
|
|
"react-native-touch-id": "^4.4.1",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react-native-webview": "^6.11.1",
|
2019-08-06 16:16:51 +00:00
|
|
|
"react-native-webview-bridge": "git+https://github.com/status-im/react-native-webview-bridge.git#fix/community-webview",
|
2019-10-03 10:07:14 +00:00
|
|
|
"react-navigation": "^3.11.0",
|
2019-09-06 10:05:26 +00:00
|
|
|
"web3-utils": "^1.2.1"
|
2019-07-03 19:00:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-06 14:00:51 +00:00
|
|
|
"@babel/generator": "7.0.0",
|
|
|
|
"@babel/helper-builder-react-jsx": "7.0.0",
|
|
|
|
"@babel/plugin-transform-block-scoping": "7.0.0",
|
|
|
|
"@babel/preset-env": "7.1.0",
|
|
|
|
"@babel/register": "7.0.0",
|
2019-07-03 19:00:51 +00:00
|
|
|
"coveralls": "^3.0.4",
|
2019-08-06 14:00:51 +00:00
|
|
|
"nyc": "^14.1.1",
|
2019-08-29 11:11:46 +00:00
|
|
|
"process": "0.11.10",
|
2019-08-06 14:00:51 +00:00
|
|
|
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status"
|
2016-02-22 22:04:42 +00:00
|
|
|
}
|
2016-07-22 08:53:12 +00:00
|
|
|
}
|