-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.45 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
{
"name": "lazy",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-expo": "~20.0.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@shoutem/ui": "^0.21.3",
"react": "16.0.0-alpha.12",
"react-native": "^0.47.0",
"react-native-action-button": "^2.7.2",
"react-native-app-intro": "^1.1.5",
"react-native-datepicker": "^1.6.0",
"react-native-elements": "^0.16.0",
"react-native-keyboard-aware-scroll-view": "^0.3.0",
"react-native-loading-spinner-overlay": "^0.5.1",
"react-native-material-bottom-navigation": "^0.5.2",
"react-native-material-design": "^0.3.7",
"react-native-material-dropdown": "^0.4.0",
"react-native-md-textinput": "^2.0.4",
"react-native-fcm": "^9.1.0",
"react-native-gifted-chat": "^0.2.7",
"react-native-keyboard-spacer": "^0.3.1",
"react-native-linear-gradient": "^2.3.0",
"react-native-photo-view": "^1.4.0",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"tcomb-form-native": "^0.6.9"
}
}