-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.37 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.37 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
{
"name": "ultiappmobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@noble/ciphers": "^2.2.0",
"@noble/hashes": "^2.2.0",
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~54.0.33",
"expo-av": "~16.0.8",
"expo-crypto": "~15.0.9",
"expo-dev-client": "~6.0.21",
"expo-file-system": "~19.0.22",
"expo-image": "~3.0.11",
"expo-image-manipulator": "^13.0.6",
"expo-image-picker": "~17.0.11",
"expo-local-authentication": "~17.0.8",
"expo-secure-store": "~15.0.8",
"expo-sensors": "^55.0.15",
"expo-sharing": "^55.0.19",
"expo-status-bar": "~3.0.9",
"expo-video": "~3.0.16",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "^2.0.0",
"react-native-quick-base64": "^2.1.0",
"react-native-quick-crypto": "^1.1.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true,
"packageManager": "yarn@3.8.3+sha512.154080e749d50325f4df31bc341cd5ea2dc2c3ca9b2cfb8591c831ddefc8025084d9500223f61f4f73086f6d9faa746cbbf39bb988b41dfc042907687e8e7d7a"
}