-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 806 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 806 Bytes
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
{
"name": "HumorUs",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"@exponent/react-native-navigator": "^0.4.8",
"lodash": "^4.14.2",
"moment": "^2.14.1",
"react": "15.2.1",
"react-native": "0.31.0",
"react-native-button": "^1.6.0",
"react-native-facebook-login": "^1.3.0",
"react-native-form-generator": "^0.9.9",
"react-native-gifted-form": "0.0.13",
"react-native-loading-spinner-overlay": "^0.3.0",
"react-native-scrollable-tab-view": "^0.5.4",
"react-native-spinkit": "^0.1.3",
"react-native-swipe-cards": "0.0.9",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^2.0.3",
"react-timer-mixin": "^0.13.3"
}
}