-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.41 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
{
"name": "doggo",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "eslint ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/vector-icons": "^14.0.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@rneui/themed": "^4.0.0-rc.8",
"@supabase/supabase-js": "^2.43.2",
"@types/dateformat": "^5.0.2",
"@types/react-dom": "^18.2.25",
"@types/react-native": "^0.73.0",
"date-fns": "^3.6.0",
"dateformat": "^5.0.3",
"expo": "~51.0.8",
"expo-font": "~12.0.5",
"expo-image-picker": "~15.0.5",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.14",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-web-browser": "~13.0.3",
"npm-check": "^6.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-calendar-picker": "^6.1.5",
"react-native-element-dropdown": "^2.12.0",
"react-native-elements": "^3.4.3",
"react-native-floating-label-input": "^1.4.3",
"react-native-form": "^2.1.3",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-modern-datepicker": "^1.0.0-beta.91",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-star-rating-widget": "^1.7.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native-calendar-picker": "^8.0.0",
"@types/react-native-form": "^2.1.6",
"@types/react-native-modern-datepicker": "^1.0.5",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.0.0",
"jest": "^29.2.1",
"jest-expo": "~51.0.2",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true
}