-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"name": "prettyprivacy",
"main": "expo-router/entry",
"version": "2.0.1",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/runtime": "^7.28.6",
"@expo/ui": "55.0.1",
"@expo/vector-icons": "^15.0.3",
"base64-js": "^1.5.1",
"expo": "^55.0.5",
"expo-checkbox": "~55.0.3",
"expo-clipboard": "~55.0.8",
"expo-constants": "~55.0.7",
"expo-document-picker": "~55.0.8",
"expo-file-system": "~55.0.10",
"expo-font": "~55.0.4",
"expo-intent-launcher": "~55.0.8",
"expo-linking": "~55.0.7",
"expo-open-with-file": "^0.1.4",
"expo-router": "~55.0.4",
"expo-secure-store": "~55.0.8",
"expo-share-intent": "^6.0.0",
"expo-sharing": "~55.0.11",
"expo-splash-screen": "~55.0.10",
"file-type": "^21.0.0",
"patch-package": "^8.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-crypto": "^2.2.1",
"react-native-fast-openpgp": "^2.9.2",
"react-native-mmkv": "^3.3.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2",
"readable-stream": "^4.7.0"
},
"devDependencies": {
"@types/react": "~19.2.10",
"eslint": "^9.25.0",
"eslint-config-expo": "~55.0.0",
"typescript": "~5.9.2"
},
"private": true
}