-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "SoySauce",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^23.0.1",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"create-react-class": "^15.6.3",
"native-base": "^2.4.5",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-actionsheet": "^2.4.2",
"react-native-autogrow-input": "^0.2.1",
"react-native-balloon": "0.0.2",
"react-native-drawer": "^2.5.0",
"react-native-firebase": "^4.2.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-modal-dropdown": "^0.6.2",
"react-native-navigation": "^1.1.464",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-swiper": "^1.5.13",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
}
}