-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "mobile-inbox",
"main": "./index",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "patch-package",
"android": "expo run:android",
"android:clean": "expo prebuild --clean --platform=android; expo run:android --no-build-cache",
"ios": "expo run:ios",
"ios:clean": "expo prebuild --clean --platform=ios; expo run:ios --no-build-cache",
"start": "expo start -d",
"test": "jest",
"lint": "expo lint",
"xcode": "xed ios"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@magicbell/react-headless": "5.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"expo": "^52.0.27",
"expo-app-loading": "^2.1.1",
"expo-application": "~6.0.2",
"expo-font": "~13.0.3",
"expo-linking": "~7.0.4",
"expo-notifications": "~0.29.12",
"expo-splash-screen": "~0.29.21",
"lodash.isequal": "^4.5.0",
"native-base": "^3.4.28",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.6",
"react-native-get-random-values": "^1.10.0",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-sse": "^1.2.1",
"react-native-svg": "15.8.0",
"react-native-svg-animations": "^1.0.0",
"react-native-url-polyfill": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/lodash.isequal": "^4.5.0",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.0",
"jest": "^29.6.3",
"patch-package": "^8.0.0",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@1.22.22"
}