status-react/package.json

149 lines
5.0 KiB
JSON
Raw Normal View History

2016-02-22 22:04:42 +00:00
{
"name": "StatusIm",
2016-02-22 22:04:42 +00:00
"version": "0.0.1",
"private": true,
"scripts": {
2017-12-15 23:22:16 +00:00
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "./postinstall.sh"
},
"devDependencies": {
2018-01-16 23:52:15 +00:00
"rn-nodeify": "8.2.0"
2016-02-22 22:04:42 +00:00
},
"dependencies": {
"assert": "1.4.1",
"asyncstorage-down": "4.0.1",
"babel-core": "6.24.1",
"babel-generator": "6.24.1",
2016-12-21 08:51:06 +00:00
"babel-helper-builder-react-jsx": "6.18.0",
"babel-plugin-transform-es2015-block-scoping": "6.15.0",
"babel-preset-react-native": "4.0.0",
"babel-register": "6.18.0",
"bignumber.js": "github:status-im/bignumber.js#master",
2018-01-16 23:52:15 +00:00
"browserify-zlib": "0.1.4",
"buffer": "3.6.0",
"chance": "1.0.12",
"console-browserify": "1.1.0",
"constants-browserify": "0.0.1",
"create-react-class": "15.6.2",
"dns.js": "1.0.1",
"domain-browser": "1.1.7",
"eccjs": "0.3.1",
"emojilib": "2.2.9",
"events": "1.1.1",
"homoglyph-finder": "1.1.1",
"https-browserify": "0.0.1",
"identicon.js": "github:status-im/identicon.js",
"instabug-reactnative": "git+https://github.com/status-im/instabug-reactnative.git",
"level-filesystem": "1.2.0",
"nfc-react-native": "github:status-im/nfc-react-native",
2018-01-16 23:52:15 +00:00
"os-browserify": "0.1.2",
"path-browserify": "0.0.0",
"process": "0.11.10",
"prop-types": "15.6.0",
2018-01-16 23:52:15 +00:00
"punycode": "1.4.1",
"querystring-es3": "0.2.1",
"re-natal": "0.8.1",
2018-01-16 23:52:15 +00:00
"react": "16.2.0",
"react-dom": "16.2.0",
"react-native": "0.53.3",
"react-native-action-button": "2.8.1",
"react-native-background-timer": "2.0.0",
"react-native-camera": "0.10.0",
"react-native-config": "0.9.0",
"react-native-crypto": "2.1.1",
"react-native-dialogs": "0.0.20",
"react-native-fcm": "10.0.3",
"react-native-fs": "2.8.1",
"react-native-http": "github:tradle/react-native-http#834492d",
"react-native-http-bridge": "github:status-im/react-native-http-bridge",
"react-native-i18n": "2.0.9",
"react-native-image-crop-picker": "0.18.1",
"react-native-image-resizer": "1.0.0",
"react-native-invertible-scroll-view": "1.1.0",
2018-01-16 23:52:15 +00:00
"react-native-level-fs": "3.0.0",
"react-native-linear-gradient": "2.4.0",
"react-native-orientation": "3.1.0",
"react-native-os": "1.1.0",
"react-native-qrcode": "0.2.6",
2018-01-16 23:52:15 +00:00
"react-native-randombytes": "3.0.0",
"react-native-splash-screen": "3.0.6",
"react-native-svg": "6.0.1-rc.3",
2018-01-16 23:52:15 +00:00
"react-native-tcp": "3.3.0",
"react-native-udp": "2.2.1",
"react-native-vector-icons": "4.4.2",
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#feature/camera-permissions",
2018-01-16 23:52:15 +00:00
"readable-stream": "1.1.14",
"realm": "2.0.7",
"rn-snoopy": "github:status-im/rn-snoopy",
2018-01-16 23:52:15 +00:00
"stream-browserify": "1.0.0",
"string_decoder": "0.10.31",
"timers-browserify": "1.4.2",
"tty-browserify": "0.0.0",
2018-01-16 23:52:15 +00:00
"url": "0.10.3",
"vm-browserify": "0.0.4",
"web3": "github:status-im/web3.js#status-develop"
},
"browser": {
"crypto": "react-native-crypto",
"assert": "assert",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"dns": "dns.js",
"domain": "domain-browser",
"http": "react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"net": "react-native-tcp",
"fcm": "react-native-fcm",
"tls": false,
"child_process": false,
"buffer": "buffer",
"process": "process",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
},
"react-native": {
"crypto": "react-native-crypto",
"assert": "assert",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"dns": "dns.js",
"domain": "domain-browser",
"http": "react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"net": "react-native-tcp",
"fcm": "react-native-fcm",
"tls": false,
"child_process": false,
"buffer": "buffer",
"process": "process",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
2016-02-22 22:04:42 +00:00
}
}