-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.16 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.16 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
{
"name": "ironlog",
"version": "1.1.0-beta",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"build:android": "npx eas build --platform android --profile production",
"build:local": "npx eas build --platform android --profile production --local",
"validate:plans": "node scripts/validate_program_templates.cjs",
"qa:notifications": "node scripts/qa_notification_policy.cjs",
"qa:migration": "node scripts/qa_migration_contract.cjs",
"qa:release-closure": "npm run validate:plans && npm run qa:notifications && npm run qa:migration",
"qa:rc": "npm run qa:release-closure"
},
"dependencies": {
"@expo-google-fonts/barlow": "^0.4.1",
"@expo-google-fonts/barlow-condensed": "^0.4.1",
"@expo/vector-icons": "^15.1.1",
"@noble/ciphers": "^2.1.1",
"@noble/hashes": "^2.0.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.15.9",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.10",
"@react-navigation/stack": "^7.8.9",
"base64-js": "^1.5.1",
"expo": "~54.0.33",
"expo-auth-session": "~7.0.10",
"expo-crypto": "~15.0.8",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.21",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-image-manipulator": "~14.0.8",
"expo-image-picker": "~17.0.10",
"expo-keep-awake": "~15.0.8",
"expo-notifications": "~0.32.16",
"expo-secure-store": "~15.0.8",
"expo-sharing": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-sqlite": "~16.0.8",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"jszip": "^3.10.1",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-view-shot": "4.0.3",
"react-native-worklets": "0.5.1",
"sharp": "^0.34.5"
},
"private": true
}