-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.02 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
{
"name": "habittracker",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@emailjs/react-native": "^4.2.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.1",
"@google/generative-ai": "^0.11.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-picker/picker": "^2.7.5",
"@react-native-vector-icons/fontawesome5": "^5.15.4-alpha.12",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@reduxjs/toolkit": "^2.2.5",
"@stripe/stripe-react-native": "^0.37.3",
"@supabase/supabase-js": "^2.43.1",
"axios": "^1.6.8",
"base64-arraybuffer": "^1.0.2",
"emailjs-com": "^3.2.0",
"expo": "^51.0.8",
"expo-av": "~14.0.3",
"expo-blur": "~13.0.2",
"expo-contacts": "~13.0.3",
"expo-file-system": "~17.0.1",
"expo-image-manipulator": "~12.0.3",
"expo-image-picker": "~15.0.5",
"expo-linear-gradient": "^13.0.2",
"expo-notifications": "~0.28.1",
"expo-sharing": "~12.0.1",
"expo-status-bar": "~1.12.1",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-actionsheet": "^2.4.2",
"react-native-chart-kit": "^6.12.0",
"react-native-collapsible": "^1.6.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.16.2",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-mime-types": "^2.5.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-modalize": "^2.1.1",
"react-native-paper": "^5.12.3",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated": "^3.11.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-select-dropdown": "^4.0.1",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "^15.3.0",
"react-native-swipeable": "^0.6.0",
"react-native-tooltip-menu": "^3.0.7",
"react-native-typography": "^1.4.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"stripe": "^15.5.0",
"expo-dev-client": "~4.0.22"
},
"devDependencies": {
"@babel/plugin-transform-numeric-separator": "^7.18.6",
"@eslint/js": "^9.1.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.1.0",
"prettier": "3.2.5"
},
"private": true
}