-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.16 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
{
"name": "camroulette-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node node_modules/react-native/local-cli/cli.js start",
"ios-open": "open ios/*.xcodeproj",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"link": "node node_modules/react-native/local-cli/cli.js link",
"remotedev": "remotedev-debugger --injectserver",
"postinstall": "npm run link && npm run remotedev && rndebugger-open"
},
"remotedev": {
"hostname": "localhost",
"port": 5678
},
"dependencies": {
"immutable": "^3.7.6",
"lodash": "^4.16.4",
"native-base": "^0.5.4",
"react": "~15.3.2",
"react-addons-pure-render-mixin": "^15.3.2",
"react-native": "^0.35.0",
"react-native-admob": "^1.1.5",
"react-native-animatable": "^0.6.1",
"react-native-device-info": "^0.9.6",
"react-native-drawer": "^2.3.0",
"react-native-fbsdk": "^0.3.0",
"react-native-flexbox-grid": "^0.2.2",
"react-native-form-generator": "^0.9.9",
"react-native-geocoder": "^0.4.4",
"react-native-gifted-messenger": "^0.1.4",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-looped-carousel": "0.0.12",
"react-native-router-flux": "^3.36.0",
"react-native-scrollable-tab-view": "^0.5.4",
"react-native-simple-store": "^1.0.1",
"react-native-sound": "^0.8.3",
"react-native-spinkit": "^0.1.3",
"react-native-vector-icons": "^2.0.3",
"react-native-webrtc": "^0.10.0",
"react-redux": "^4.4.0",
"redux": "^3.3.1",
"socket.io": "^1.5.0",
"validator": "^6.1.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.16.0",
"babel-preset-react-native": "^1.4.0",
"immutable-devtools": "0.0.7",
"node-fetch": "^1.6.3",
"proxyquire": "^1.7.4",
"react-addons-test-utils": "~15.2.1",
"react-native-debugger-open": "^0.3.0",
"remote-redux-devtools": "^0.3.4",
"remote-redux-devtools-on-debugger": "^0.5.1"
}
}