-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.43 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
{
"name": "omoi",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"format": "prettier --write \"{,!(node_modules)/**/}*.{js,jsx,ts,tsx}\"",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx .",
"generate:types": "supabase gen types typescript --project-id osfzwvhubwmiwimpgrpj --schema public > types/supabase.ts",
"postinstall": "patch-package",
"serve:functions": "supabase start && supabase functions serve --no-verify-jwt",
"build:ios:production": "eas build --profile production --platform ios",
"submit:ios:production": "eas submit -e production -p ios",
"deploy:functions": "supabase functions deploy --no-verify-jwt"
},
"dependencies": {
"@formkit/tempo": "^0.1.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.7.0",
"@react-native-community/slider": "4.4.2",
"@shopify/react-native-skia": "0.1.221",
"@supabase/supabase-js": "^2.39.8",
"@tanstack/react-query": "^5.28.9",
"@trpc/client": "^11.0.0-next-beta.300",
"dotenv": "^16.4.5",
"expo": "~50.0.19",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.12",
"expo-device": "~5.9.4",
"expo-linking": "~6.2.2",
"expo-notifications": "~0.27.8",
"expo-router": "~3.4.10",
"expo-status-bar": "~1.11.1",
"lucide-react-native": "^0.390.0",
"react": "18.2.0",
"react-art": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.73.6",
"react-native-context-menu-view": "^1.15.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-ios-utilities": "^4.4.5",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~3.6.2",
"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",
"react-native-web": "^0.19.10",
"rn-emoji-keyboard": "^1.7.0",
"victory-native": "^40.2.0",
"zeego": "^1.10.0",
"zustand": "^4.5.2",
"react-native-pager-view": "6.2.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"patch-package": "^8.0.0",
"prettier": "^3.2.5",
"typescript": "^5.1.3"
},
"private": true
}