-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.5 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "EphemeraMobileChat",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"tsc": "tsc",
"postinstall": "patch-package",
"e2e:ios:build": "detox build --configuration ios.sim.debug",
"e2e:ios:test": "detox test --configuration ios.sim.debug",
"e2e:android:build": "detox build --configuration android.emu.debug",
"e2e:android:test": "detox test --configuration android.emu.debug"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.496.0",
"@coinbase/wallet-mobile-sdk": "^1.0.13",
"@nozbe/watermelondb": "^0.27.1",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/netinfo": "^11.2.1",
"@react-native-community/push-notification-ios": "^1.11.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@tanstack/query-sync-storage-persister": "^5.36.1",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-query-persist-client": "^5.36.2",
"@xmtp/frames-client": "^0.5.1",
"@xmtp/react-native-sdk": "1.34.0-beta.2",
"aws-sdk": "^2.1540.0",
"expo": ">=50.0.0-0 <51.0.0",
"fastestsmallesttextencoderdecoder": "1.0.22",
"flatted": "^3.3.1",
"i18n-js": "^4.3.2",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.73.8",
"react-native-blob-util": "^0.19.6",
"react-native-config": "^1.5.1",
"react-native-device-info": "^10.12.0",
"react-native-encrypted-storage": "^4.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.11.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-image-picker": "^7.1.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.0.4",
"react-native-mmkv": "^2.11.0",
"react-native-modal": "^13.0.1",
"react-native-permissions": "^4.1.5",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "^3.29.0",
"react-native-svg": "^13.9.0",
"react-native-url-polyfill": "^2.0.0",
"viem": "^2.13.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "^0.73.18",
"@react-native/eslint-config": "^0.73.1",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.73.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.6",
"@types/react-native-push-notification": "^8.1.4",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"detox": "^20.17.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"patch-package": "^8.0.0",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.2.0",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"resolutions": {
"react-native-webview": "13.6.3",
"@noble/curves": "1.2.0",
"@noble/hashes": "1.3.2"
},
"engines": {
"node": ">=18"
}
}