-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.9 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "Mood",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/react-native-google-cast": "^6.0.0",
"@expo/vector-icons": "^13.0.0",
"@invertase/react-native-apple-authentication": "^2.2.2",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/slider": "^4.4.2",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@stripe/stripe-react-native": "^0.32.0",
"@tanstack/react-query": "^4.32.1",
"d3": "^7.8.5",
"expo": "~49.0.5",
"expo-apple-authentication": "^6.1.0",
"expo-asset": "^8.10.1",
"expo-auth-session": "~5.0.2",
"expo-av": "^13.4.1",
"expo-background-fetch": "^11.3.0",
"expo-blur": "^12.4.1",
"expo-build-properties": "^0.8.3",
"expo-clipboard": "^4.3.1",
"expo-constants": "^14.4.2",
"expo-crypto": "^12.4.1",
"expo-dev-client": "~2.4.8",
"expo-file-system": "~15.4.3",
"expo-font": "^11.4.0",
"expo-linear-gradient": "^12.3.0",
"expo-linking": "^5.0.2",
"expo-mail-composer": "^12.5.0",
"expo-network": "^5.6.0",
"expo-random": "~13.2.0",
"expo-sharing": "^11.5.0",
"expo-splash-screen": "^0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "^2.4.0",
"expo-task-manager": "^11.3.0",
"expo-web-browser": "^12.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-background-timer": "^2.4.1",
"react-native-canvas": "^0.1.39",
"react-native-circular-progress": "^1.3.9",
"react-native-error-boundary": "^1.2.3",
"react-native-floating-label-input": "^1.4.2",
"react-native-gesture-handler": "^2.12.1",
"react-native-get-random-values": "^1.9.0",
"react-native-google-cast": "^4.6.2",
"react-native-google-mobile-ads": "^12.1.2",
"react-native-iap": "^12.12.0",
"react-native-image-colors": "^2.3.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-notifications": "^3.3.1",
"react-native-track-player": "^4.0.0",
"react-native-webview": "13.2.2",
"react-native-wheely": "^0.6.0",
"uuid": "^9.0.1",
"zustand": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.196",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.2",
"@types/react-native-background-timer": "^2.0.0",
"@types/uuid": "^9.0.6",
"typescript": "^5.1.3"
},
"private": true
}