-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "sniped",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-picker/picker": "2.4.10",
"@supabase/supabase-js": "^2.38.4",
"base64-arraybuffer": "^1.0.2",
"date-fns": "^2.30.0",
"expo": "~49.0.15",
"expo-camera": "~13.4.4",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-font": "~11.4.0",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"install": "^0.13.0",
"libphonenumber-js": "^1.10.49",
"package.json": "^2.0.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-autocomplete-input": "^5.4.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-picker": "^4.3.7",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-twilio-phone": "^1.10.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"private": true
}