mirror of
https://github.com/status-im/status-react.git
synced 2025-01-20 07:49:50 +00:00
2140a9867b
Xcode updates Localization Pods upgrade Update package.json Upgrade android Fix gitignore Add flipper Do not enable flipper by default on ios maven update Remove outdated hermes idk what it is, but it's outdated show warning on build gradle update rebase Update deprecated clipboard nix align e2e to rn upgrade Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
74 lines
3.0 KiB
JSON
74 lines
3.0 KiB
JSON
{
|
|
"name": "StatusIm-Mobile",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"app:compile:android": "shadow-cljs compile android",
|
|
"app:watch": "shadow-cljs watch android",
|
|
"app:packager": "react-native start --host 0.0.0.0 --port 8081",
|
|
"app:android": "react-native run-android"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/clipboard": "^1.2.2",
|
|
"@react-native-community/masked-view": "^0.1.6",
|
|
"@react-native-community/netinfo": "^4.4.0",
|
|
"@react-navigation/bottom-tabs": "^5.1.1",
|
|
"@react-navigation/native": "^5.0.9",
|
|
"@react-navigation/stack": "^5.1.1",
|
|
"bignumber.js": "git+https://github.com/status-im/bignumber.js.git#v4.0.2-status",
|
|
"buffer": "^5.4.2",
|
|
"chance": "^1.1.0",
|
|
"create-react-class": "^15.6.2",
|
|
"emojilib": "^2.4.0",
|
|
"eth-phishing-detect": "^1.1.13",
|
|
"functional-red-black-tree": "^1.0.1",
|
|
"hi-base32": "^0.5.0",
|
|
"i18n-js": "^3.3.0",
|
|
"qrcode": "^1.4.1",
|
|
"react": "16.11.0",
|
|
"react-dom": "^16.4.2",
|
|
"react-native": "0.62.2",
|
|
"react-native-background-timer": "^2.1.1",
|
|
"react-native-camera": "^3.3.3",
|
|
"react-native-config": "git+https://github.com/status-im/react-native-config.git#v0.11.2-3-status",
|
|
"react-native-dark-mode": "^0.2.2",
|
|
"react-native-dialogs": "^1.0.4",
|
|
"react-native-fetch-polyfill": "^1.1.2",
|
|
"react-native-fs": "^2.14.1",
|
|
"react-native-gesture-handler": "^1.6.0",
|
|
"react-native-haptic-feedback": "^1.9.0",
|
|
"react-native-image-crop-picker": "^0.25.0",
|
|
"react-native-image-resizer": "git+https://github.com/status-im/react-native-image-resizer.git#1.0.0-2-status",
|
|
"react-native-keychain": "git+https://github.com/status-im/react-native-keychain.git#v.3.0.0-5-status",
|
|
"react-native-languages": "^3.0.2",
|
|
"react-native-mail": "git+https://github.com/status-im/react-native-mail.git#v4.0.0-status",
|
|
"react-native-navigation-twopane": "git+https://github.com/status-im/react-native-navigation-twopane.git#v0.0.2-status",
|
|
"react-native-reanimated": "^1.7.0",
|
|
"react-native-redash": "^10.0.1",
|
|
"react-native-safe-area-context": "^0.7.3",
|
|
"react-native-screens": "^2.3.0",
|
|
"react-native-shake": "^3.3.1",
|
|
"react-native-splash-screen": "^3.2.0",
|
|
"react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#v2.5.21",
|
|
"react-native-svg": "^9.8.4",
|
|
"react-native-touch-id": "^4.4.1",
|
|
"react-native-webview": "git+https://github.com/status-im/react-native-webview.git#v8.0.7_6",
|
|
"web3-utils": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"clj-kondo": "^2020.1.13",
|
|
"coveralls": "^3.0.4",
|
|
"jest": "^25.1.0",
|
|
"nyc": "^14.1.1",
|
|
"process": "0.11.10",
|
|
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#v2.0.2-status",
|
|
"shadow-cljs": "2.8.99"
|
|
}
|
|
}
|