-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.47 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.47 KB
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
{
"name": "expo-supabase-4",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prettier": "prettier --write \"src/**/*.{ts,tsx}\" --config \".prettierrc\"",
"test": "jest --coverage"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"setupFiles": [
"./jestSetupFile.js"
]
},
"dependencies": {
"@babel/runtime": "^7.24.4",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "^7.6.4",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@supabase/supabase-js": "^2.42.1",
"@tamagui/alert-dialog": "^1.94.4",
"@tamagui/card": "^1.94.4",
"@tamagui/checkbox": "^1.94.4",
"@tamagui/config": "^1.94.4",
"@tamagui/font-inter": "^1.94.4",
"@tamagui/lucide-icons": "^1.94.4",
"@tamagui/slider": "^1.94.4",
"@tamagui/toast": "^1.94.4",
"@testing-library/jest-dom": "^6.4.2",
"@upstash/redis": "^1.29.0",
"burnt": "^0.12.2",
"expo": "^50.0.15",
"expo-app-loading": "^2.1.1",
"expo-dev-client": "~3.3.11",
"expo-font": "~11.10.3",
"expo-image-picker": "~14.7.1",
"expo-location": "^16.5.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "^0.24.12",
"immer": "^10.0.4",
"jest-expo": "~50.0.4",
"lodash": "^4.17.21",
"nativewind": "^4.0.36",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-css-interop": "^0.0.34",
"react-native-elements": "^3.4.3",
"react-native-reanimated": "~3.6.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "^14.1.0",
"react-native-url-polyfill": "^2.0.0",
"resend": "^3.2.0",
"tamagui": "^1.94.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@testing-library/react-native": "^12.4.5",
"@types/lodash": "^4.17.0",
"@types/react": "~18.2.76",
"jest": "^29.7.0",
"prettier": "3.2.5",
"react-native-dotenv": "^3.4.11",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"private": true
}