-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
139 lines (139 loc) · 5.57 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "native",
"version": "0.0.1",
"private": true,
"license": "BSD-3-Clause",
"scripts": {
"clean": "yarn clean-commoncpp && yarn clean-android && yarn clean-ios && rm -rf node_modules/ && rm -f ios/.xcode.env.local && (yarn clean-rust || true)",
"clean-commoncpp": "rm -rf cpp/CommonCpp/build && rm -rf cpp/CommonCpp/CryptoTools/build && rm -rf cpp/CommonCpp/DatabaseManagers/build && rm -rf cpp/CommonCpp/NativeModules/build && rm -rf cpp/CommonCpp/Tools/build",
"clean-rust": "cargo clean --manifest-path native_rust_library/Cargo.toml",
"clean-android": "rm -rf android/build android/app/build android/app/.cxx",
"clean-ios": "rm -rf ios/Pods/",
"clean-all": "yarn clean && rm -rf ~/Library/Developer/Xcode/DerivedData/Comm-*; cd android && (./gradlew clean || true)",
"start": "COMM_DEV=1 yarn expo start --dev-client",
"dev": "yarn start",
"test": "yarn jest",
"run-ios": "COMM_DEV=1 yarn expo run:ios",
"run-android": "COMM_DEV=1 yarn expo run:android",
"logfirebase": "adb shell logcat | grep -E -i 'FIRMessagingModule|firebase'",
"redux-devtools": "redux-devtools --port=8043 --open",
"codegen-jsi": "flow && babel codegen/src/ -d codegen/dist/ && node codegen/dist",
"react-native": "PATH=/usr/bin:/bin:\"$PATH\" react-native",
"expo": "PATH=/usr/bin:/bin:\"$PATH\" expo",
"xcodebuild": "cd ios && PATH=/usr/bin:/bin:\"$PATH\" xcodebuild"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.25.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-numeric-separator": "^7.25.8",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/preset-flow": "^7.23.3",
"@redux-devtools/cli": "^2.0.0",
"babel-jest": "^29.7.0",
"babel-plugin-transform-bigint": "^1.0.34",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"flow-bin": "^0.202.1",
"flow-typed": "^3.2.1",
"fs-extra": "^8.1.0",
"googleapis": "^89.0.0",
"internal-ip": "4.3.0",
"jest": "^29.7.0",
"jetifier": "^1.6.4",
"jsonwebtoken": "^9.0.0",
"metro-react-native-babel-preset": "^0.72.3",
"react-devtools": "^4.27.0",
"react-native-codegen": "^0.70.6",
"react-test-renderer": "18.1.0",
"remote-redux-devtools": "git+https://[email protected]/zalmoxisus/remote-redux-devtools.git",
"remotedev": "git+https://[email protected]/zalmoxisus/remotedev.git"
},
"dependencies": {
"@commapp/expo-package": "0.0.1",
"@commapp/sqlcipher-amalgamation": "^4.5.5-e",
"@ethersproject/shims": "^5.7.0",
"@expo/react-native-action-sheet": "^3.14.0",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/art": "^1.2.0",
"@react-native-community/netinfo": "^9.3.7",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/devtools": "^6.0.10",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/elements": "^1.3.6",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"base-64": "^0.1.0",
"brotli": "^1.3.3",
"ethers": "^6.11.1",
"expo": "47.0.14",
"expo-application": "^5.1.1",
"expo-barcode-scanner": "~12.1.0",
"expo-dev-client": "~2.0.1",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-haptics": "~12.0.1",
"expo-image": "~1.2.3",
"expo-image-manipulator": "~11.0.0",
"expo-image-picker": "~14.0.2",
"expo-media-library": "~15.0.0",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.4",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"ffmpeg-kit-react-native": "^6.0.2",
"find-root": "^1.1.0",
"invariant": "^2.2.4",
"lib": "0.0.1",
"lodash": "^4.17.21",
"lottie-react-native": "^5.1.4",
"md5": "^2.2.1",
"olm": "git+https://github.com/CommE2E/olm.git#v0.2.1",
"react": "18.1.0",
"react-native": "0.70.15",
"react-native-camera": "^3.31.0",
"react-native-device-info": "^10.3.0",
"react-native-figma-squircle": "^0.1.2",
"react-native-floating-action": "^1.22.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.8.0",
"react-native-in-app-message": "^1.0.2",
"react-native-keyboard-input": "6.0.1",
"react-native-keychain": "^8.0.0",
"react-native-orientation-locker": "^1.5.0",
"react-native-pager-view": "^6.0.1",
"react-native-progress": "^4.1.2",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "^2.12.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.29.0",
"react-native-svg": "^12.3.0",
"react-native-tab-view": "^3.3.0",
"react-native-video": "^5.2.1",
"react-native-webview": "^11.23.0",
"react-redux": "^7.1.1",
"reactotron-react-native": "^5.0.3",
"reactotron-redux": "^3.1.3",
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"rn-emoji-keyboard": "^1.5.1",
"shallowequal": "^1.0.2",
"simple-markdown": "^0.7.2",
"tinycolor2": "^1.4.1",
"url": "^0.11.0",
"url-parse-lax": "^3.0.0",
"uuid": "^3.4.0"
},
"jest": {
"preset": "react-native"
}
}