-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 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
{
"name": "sfusat",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"log": "node node_modules/react-native/local-cli/cli.js log-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"link": "node node_modules/react-native/local-cli/cli.js link",
"reverse": "adb reverse tcp:8081 tcp:8081",
"postinstall": "npm run link"
},
"dependencies": {
"immutable": "^3.7.6",
"lodash": "^4.16.6",
"native-base": "^0.5.20",
"pubnub": "^4.4.4",
"react": "~15.4.1",
"react-native": "^0.41.2",
"react-native-drawer": "^2.3.0",
"react-native-fbsdk": "^0.3.0",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-video": "^0.9.0",
"react-redux": "^4.4.0",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"immutable-devtools": "0.0.7",
"remote-redux-devtools": "^0.5.0"
}
}