-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.36 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.36 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "sobers",
"main": "expo-router/entry",
"version": "1.3.0",
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": ". ./.env && supabase start && expo start",
"start": "expo start",
"start:clean": "pnpm clean:metro && expo start --clear",
"supabase:start": ". ./.env && supabase start",
"supabase:stop": "supabase stop",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:web": "expo export --platform web",
"build:android": "expo export --platform android",
"build:ios": "expo export --platform ios",
"lint": "expo lint",
"clean:metro": "rm -rf .expo node_modules/.cache",
"clean:all": "rm -rf node_modules .expo android/app/build ios/build && pnpm install",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --coverage",
"test:e2e": "playwright test",
"test:e2e:all": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"prepare": "husky"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.36.3",
"@amplitude/analytics-react-native": "^1.5.46",
"@bottom-tabs/react-navigation": "^1.1.0",
"@date-fns/tz": "^1.4.1",
"@expo-google-fonts/jetbrains-mono": "^0.4.1",
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "^8.6.0",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.9.10",
"@react-navigation/native": "^7.1.8",
"@sentry/cli": "^3.3.2",
"@sentry/react-native": "7.11.0",
"@supabase/supabase-js": "^2.99.0",
"@vercel/analytics": "^1.6.1",
"date-fns": "^4.1.0",
"expo": "~55.0.5",
"expo-apple-authentication": "~55.0.8",
"expo-application": "^55.0.8",
"expo-auth-session": "^55.0.7",
"expo-blur": "^55.0.8",
"expo-build-properties": "~55.0.9",
"expo-clipboard": "^55.0.8",
"expo-constants": "~55.0.7",
"expo-crypto": "~55.0.9",
"expo-dev-client": "~55.0.13",
"expo-device": "^55.0.9",
"expo-font": "~55.0.4",
"expo-glass-effect": "~55.0.7",
"expo-image": "~55.0.6",
"expo-insights": "~55.0.10",
"expo-linking": "~55.0.7",
"expo-router": "~55.0.4",
"expo-secure-store": "^55.0.8",
"expo-splash-screen": "~55.0.10",
"expo-status-bar": "~55.0.4",
"expo-symbols": "~55.0.5",
"expo-system-ui": "~55.0.9",
"expo-updates": "^55.0.12",
"expo-web-browser": "~55.0.9",
"lucide-react-native": "^0.562.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-bottom-tabs": "^1.1.0",
"react-native-edge-to-edge": "^1.8.1",
"react-native-gesture-handler": "~2.30.0",
"react-native-keyboard-controller": "^1.20.7",
"react-native-reanimated": "~4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "^15.15.3",
"react-native-toast-message": "^2.3.3",
"react-native-url-polyfill": "^3.0.0",
"react-native-web": "~0.21.2",
"react-native-worklets": "0.7.2",
"sf-symbols-typescript": "^2.2.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.14",
"babel-jest": "^30.3.0",
"babel-preset-expo": "^55.0.10",
"dotenv": "^17.3.1",
"eslint": "^9.39.4",
"eslint-config-expo": "^55.0.0",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^16.3.3",
"metro-minify-terser": "^0.83.5",
"prettier": "^3.8.1",
"react-test-renderer": "19.2.0",
"typescript": "~5.9.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.{json,md}": [
"prettier --write"
]
},
"pnpm": {
"overrides": {
"@react-native-async-storage/async-storage": "^2.2.0",
"hermes-compiler": "250829098.0.4"
}
},
"private": true
}