-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Noders_iOS_ReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "./node_modules/.bin/rn-nodeify --install events,timers,stream,buffer --hack"
},
"dependencies": {
"assert": "^1.4.1",
"browserify-zlib": "^0.1.4",
"buffer": "^3.6.0",
"events": "^1.1.1",
"https-browserify": "0.0.1",
"moment": "^2.13.0",
"node-fetch": "^1.5.3",
"react": "15.1.0",
"react-native": "0.28.0",
"react-native-blur": "^1.0.0",
"react-native-http": "github:tradle/react-native-http#834492d",
"react-native-overlay": "^0.4.2",
"react-native-router-flux": "^3.30.2",
"react-native-sglistview": "^0.3.2",
"react-native-spinkit": "^0.1.2",
"react-native-tab-navigator": "^0.3.2",
"react-native-vector-icons": "^2.0.3",
"react-native-youtube": "^0.7.2",
"react-redux": "^4.4.5",
"readable-stream": "^1.0.33",
"redux": "^3.5.2",
"redux-persist": "^3.2.2",
"redux-promise-middleware": "^3.0.2",
"redux-saga": "^0.10.5",
"remote-redux-devtools": "^0.3.3",
"rn-nodeify": "^6.0.1",
"stream-browserify": "^1.0.0",
"timers-browserify": "^1.4.2",
"url": "^0.10.3",
"xml-jsonify": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.1.0"
},
"react-native": {
"timers": "timers-browserify",
"_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",
"http": "react-native-http",
"https": "https-browserify",
"zlib": "browserify-zlib"
},
"browser": {
"timers": "timers-browserify",
"_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",
"http": "react-native-http",
"https": "https-browserify",
"zlib": "browserify-zlib"
}
}