-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
{
"name": "ToDo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android-dev": "adb reverse tcp:8081 tcp:8081 && react-native run-android"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"all": "0.0.0",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.6.0-alpha.8af6728",
"react-calendar": "^2.17.5",
"react-moment": "^0.8.3",
"react-native": "^0.57.5",
"react-native-app-intro": "^1.1.5",
"react-native-calendar-strip": "^1.3.5",
"react-native-calendars": "^1.21.0",
"react-native-elements": "^0.19.1",
"react-native-fontawesome": "^5.7.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-keyboardevents": "^0.4.5",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-push-notification": "^3.1.2",
"react-native-slideable-calendar-strip": "^0.2.4",
"react-native-status-bar-height": "^2.1.0",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.18.2",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.2",
"rn-viewpager": "^1.2.9",
"toggle-switch-react-native": "^2.0.2",
"update": "^0.7.4"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.1",
"react-test-renderer": "16.6.0-alpha.8af6728",
"schedule": "^0.4.0"
},
"jest": {
"preset": "react-native"
}
}