-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.74 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
55
56
{
"name": "ActivityMoodracker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"date-fns": "1.30.1",
"g": "2.0.1",
"invert-color": "2.0.0",
"moment": "2.23.0",
"momentjs": "2.0.0",
"randomcolor": "0.5.4",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-24h-timepicker": "1.0.0",
"react-native-appstate-listener": "1.0.0",
"react-native-calendars": "1.22.0",
"react-native-elements": "0.19.1",
"react-native-emoji": "1.3.1",
"react-native-emoji-selector": "0.1.6",
"react-native-exception-handler": "2.10.6",
"react-native-flash-message": "0.1.10",
"react-native-fs": "2.13.3",
"react-native-gesture-handler": "1.0.12",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-keyboard-spacer": "0.4.1",
"react-native-loading-spinner-overlay": "1.0.1",
"react-native-orientation": "3.1.3",
"react-native-paper": "2.4.0",
"react-native-progress-circle": "2.0.1",
"react-native-pure-chart": "0.0.24",
"react-native-push-notification": "3.1.2",
"react-native-rename": "2.4.1",
"react-native-restart": "0.0.9",
"react-native-snackbar": "0.5.5",
"react-native-sqlite-storage": "3.3.9",
"react-native-svg": "9.2.4",
"react-native-svg-charts": "5.2.0",
"react-native-swipe-gestures": "1.0.3",
"react-native-vector-icons": "6.1.0",
"react-navigation": "3.0.9",
"statman-stopwatch": "2.7.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}