-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.06 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 3.06 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
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "tamagui",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"prepare": "husky",
"supa:types": "npx supabase gen types typescript --local > lib/models/supabase.ts",
"generate-themes": "tamagui generate-themes ./lib/tamagui/themes.ts ./lib/tamagui/themes-output.ts",
"postinstall": "bun generate-themes"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/metro-runtime": "~3.2.3",
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^14.0.0",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/native": "^6.0.2",
"@supabase/supabase-js": "^2.39.8",
"@tamagui/animations-moti": "^1.108.4",
"@tamagui/cli": "^1.108.4",
"@tamagui/config": "^1.108.4",
"@tamagui/lucide-icons": "^1.108.4",
"@tamagui/metro-plugin": "^1.108.4",
"@tamagui/toast": "^1.108.4",
"@tanstack/query-async-storage-persister": "^5.27.5",
"@tanstack/react-query": "^5.27.5",
"@tanstack/react-query-persist-client": "^5.27.5",
"babel-preset-expo": "~11.0.0",
"base64-arraybuffer": "^1.0.2",
"burnt": "^0.12.2",
"date-fns": "^3.4.0",
"expo": "^51.0.28",
"expo-asset": "~10.0.10",
"expo-font": "~12.0.9",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"immer": "^10.0.4",
"libphonenumber-js": "^1.11.7",
"mime": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "~2.0.4",
"react-hook-form": "^7.51.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "^0.19.9",
"react-qr-code": "^2.0.15",
"tamagui": "^1.108.4",
"typescript": "~5.3.3",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@tamagui/babel-plugin": "^1.109.5",
"@types/react": "~18.2.14",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"react-native-svg-transformer": "^1.3.0",
"supabase": "1.148.6"
},
"private": true
}