-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
250 lines (250 loc) · 10.7 KB
/
Copy pathpackage.json
File metadata and controls
250 lines (250 loc) · 10.7 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
{
"name": "mindlogger-mobile",
"version": "2.0.1",
"private": true,
"scripts": {
"android": "yarn android:dev",
"ios": "yarn ios:dev",
"build:android:dev": "echo $BUILD_WITH_UNITY",
"build:ios:dev": "xcodebuild -workspace MindloggerMobile.xcworkspace -configuration Debug -scheme MindloggerMobileDev -destination id=00008110-000254A10E29401E",
"clean": "npm-run-all clean:*",
"clean:ios": "npm-run-all clean:ios:*",
"clean:ios:build": "rimraf ./ios/build",
"clean:ios:xcode": "cd ios && xcodebuild clean -workspace MindloggerMobile.xcworkspace -scheme MindloggerMobileDev && cd ..",
"clean:android": "npm-run-all clean:android:*",
"clean:android:build": "rimraf ./android/build",
"clean:watchman": "watchman watch-del-all",
"clean:pods": "yarn pods:clean",
"list-devices": "xcrun xctrace list devices",
"start": "yarn react-native:start",
"start:reset-cache": "npm-run-all clean:watchman react-native:start:no-cache",
"react-native:start": "react-native start",
"react-native:start:no-cache": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:check": "yarn lint",
"lint:fix": "yarn lint --fix",
"type:check": "tsc --noEmit --skipLibCheck",
"pods": "yarn pods:install",
"pods:reinstall": "npm-run-all pods:clean pods:install:bundler",
"pods:clean": "rimraf ios/Pods",
"pods:install": "npm-run-all unity:prebuild pods:install:bundler",
"pods:install:bundler": "cd ios && RCT_NEW_ARCH_ENABLED=0 bundle exec pod install",
"postinstall": "script/postinstall.sh",
"unity:prebuild": "script/unity/prebuild.sh",
"unity:unlink": "script/unity/unlink-react-native-unity.sh ./node_modules/@azesmway/react-native-unity",
"unity:relink": "script/unity/relink-react-native-unity.sh ./node_modules/@azesmway/react-native-unity",
"bump": "bundle exec fastlane bump_version",
"android:dev": "react-native run-android --mode=devdebug --appIdSuffix=dev",
"android:dev-release": "react-native run-android --mode=devrelease --appIdSuffix=dev",
"android:qa": "react-native run-android --mode=qadebug --appIdSuffix=qa",
"android:qa-release": "react-native run-android --mode=qarelease --appIdSuffix=qa",
"android:staging": "react-native run-android --mode=stagingdebug --appIdSuffix=staging",
"android:staging-release": "react-native run-android --mode=stagingrelease --appIdSuffix=staging",
"android:uat": "react-native run-android --mode=uatdebug --appIdSuffix=uat",
"android:uat-release": "react-native run-android --mode=uatrelease --appIdSuffix=uat",
"android:production": "react-native run-android --mode=productiondebug",
"android:production-release": "react-native run-android --mode=productionrelease",
"ios:dev": "react-native run-ios --scheme MindloggerMobileDev",
"ios:dev:run": "react-native run-ios --scheme MindloggerMobileDev --list-devices",
"ios:dev-release": "react-native run-ios --scheme MindloggerMobileDev --mode Release",
"ios:qa": "react-native run-ios --scheme MindloggerMobileQA",
"ios:qa-release": "react-native run-ios --scheme MindloggerMobileQA --mode Release",
"ios:staging": "react-native run-ios --scheme MindloggerMobileStaging",
"ios:staging-release": "react-native run-ios --scheme MindloggerMobileStaging --mode Release",
"ios:uat": "react-native run-ios --scheme MindloggerMobileUAT",
"ios:uat-release": "react-native run-ios --scheme MindloggerMobileUAT --mode Release",
"ios:production": "react-native run-ios --scheme MindloggerMobile",
"ios:production-release": "react-native run-ios --scheme MindloggerMobile --mode Release"
},
"dependencies": {
"@azesmway/react-native-unity": "^1.0.11",
"@datadog/mobile-react-native": "^2.13.2",
"@datadog/mobile-react-navigation": "^2.13.2",
"@georstat/react-native-image-cache": "^3.1.0",
"@hookform/resolvers": "^3.3.2",
"@launchdarkly/react-native-client-sdk": "^10.1.1",
"@miblanchard/react-native-slider": "^2.3.1",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/checkbox": "^0.5.15",
"@react-native-community/datetimepicker": "^8.0.0",
"@react-native-community/geolocation": "^3.1.0",
"@react-native-community/hooks": "^100.1.0",
"@react-native-community/netinfo": "^11.3.3",
"@react-native-firebase/app": "21.14.0",
"@react-native-firebase/crashlytics": "21.14.0",
"@react-native-firebase/messaging": "21.14.0",
"@react-native-vector-icons/entypo": "^12.0.1",
"@react-native-vector-icons/feather": "^12.0.1",
"@react-native-vector-icons/fontawesome6": "^12.0.1",
"@react-native-vector-icons/foundation": "^12.0.1",
"@react-native-vector-icons/material-design-icons": "^12.0.1",
"@react-navigation/bottom-tabs": "^7.3.14",
"@react-navigation/core": "^7.10.0",
"@react-navigation/native": "^7.1.10",
"@react-navigation/native-stack": "^7.3.14",
"@reduxjs/toolkit": "^2.0.1",
"@shopify/react-native-skia": "2.4.21",
"@tamagui/animations-moti": "^1.127.0",
"@tamagui/button": "^1.127.0",
"@tamagui/core": "^1.127.0",
"@tamagui/focusable": "^1.127.0",
"@tamagui/portal": "^1.127.0",
"@tamagui/radio-group": "^1.127.0",
"@tamagui/shorthands": "^1.127.0",
"@tamagui/stacks": "^1.127.0",
"@tamagui/text": "^1.127.0",
"@tamagui/themes": "^1.127.0",
"@tanstack/query-sync-storage-persister": "^4.36.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^5.80.5",
"@tanstack/react-query-persist-client": "^4.36.1",
"axios": "^1.16.1",
"buffer": "^6.0.3",
"cipher-base": "^1.0.5",
"crypto-browserify": "^3.12.0",
"date-fns": "^3.0.5",
"dayspan": "^1.1.0",
"eventemitter3": "^5.0.1",
"fast-xml-parser": ">=5.8.0",
"form-data": "^4.0.4",
"graphemer": "^1.4.0",
"i18next": "^23.7.11",
"markdown-it-container": "^4.0.0",
"mixpanel-react-native": "^2.4.0",
"moti": "^0.30.0",
"node-libs-browser": "^2.2.1",
"patch-package": "^8.0.0",
"pbkdf2": "^3.1.3",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qs": ">=6.15.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.49.2",
"react-i18next": "^13.5.0",
"react-native": "^0.79.0",
"react-native-audio-recorder-player": "^3.6.5",
"react-native-autoheight-webview": "^1.6.5",
"react-native-background-fetch": "^4.2.5",
"react-native-blob-util": "^0.24.7",
"react-native-config": "~1.5.10",
"react-native-device-info": "^10.12.0",
"react-native-file-access": "^3.0.4",
"react-native-file-logger": "^0.4.1",
"react-native-gesture-handler": "~2.27.2",
"react-native-get-random-values": "^1.10.0",
"react-native-image-picker": "^7.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "~3.5.4",
"react-native-markdown-display": "^7.0.2",
"react-native-mime-types": "^2.4.0",
"react-native-mmkv": "4.3.1",
"react-native-nitro-modules": "0.35.6",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-orientation-director": "^2.6.5",
"react-native-permissions": "^4.0.1",
"react-native-popover-view": "^6.0.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.17.5",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "~4.13.1",
"react-native-select-dropdown": "^3.4.0",
"react-native-sensors": "^7.3.6",
"react-native-svg": "^15.11.2",
"react-native-system-navigation-bar": "^2.6.4",
"react-native-tcp-socket": "^6.0.6",
"react-native-toast-message": "^2.3.3",
"react-native-video": "^6.14.1",
"react-native-video-player": "^0.16.3",
"react-native-webview": "^13.13.1",
"react-redux": "^9.0.4",
"redux-persist": "^6.0.0",
"sanitize-html": "^2.11.0",
"stream-browserify": "^3.0.0",
"use-debounce": "^10.0.0",
"uuid": "^14.0.0",
"victory-native": "^36.7.0",
"ws": ">=8.20.1",
"zod": "^3.22.4",
"zod-i18n-map": "^2.23.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "^18.0.1",
"@react-native-community/cli-platform-android": "^18.0.1",
"@react-native-community/cli-platform-ios": "^18.0.1",
"@react-native/babel-preset": "^0.79.0",
"@react-native/eslint-config": "^0.79.2",
"@react-native/metro-config": "^0.79.2",
"@react-native/typescript-config": "0.79.2",
"@testing-library/react-native": "^13.2.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.13",
"@types/markdown-it-container": "^2.0.9",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"@types/sanitize-html": "^2.11.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^8.50.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.6.3",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"react-test-renderer": "19.0.0",
"reactotron-react-native": "^5.1.18",
"reactotron-react-native-mmkv": "^0.2.9",
"reactotron-redux": "^3.2.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=24"
},
"lint-staged": {
"**/*.{ts,tsx}": [
"bash -c node_modules/.bin/tsc --noEmit --skipLibCheck",
"eslint --fix"
]
},
"resolutions": {
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
"@grpc/grpc-js": ">=1.9.16",
"braces": ">=3.0.3",
"cipher-base": "^1.0.5",
"cross-spawn": "^7.0.5",
"fast-xml-builder": ">=1.1.7",
"fast-xml-parser": ">=5.8.0",
"form-data": "^4.0.4",
"pbkdf2": "^3.1.3",
"qs": ">=6.15.2",
"sha.js": "^2.4.12",
"shell-quote": ">=1.8.4",
"tmp": ">=0.2.6",
"ws": ">=8.20.1",
"markdown-it": ">=12.3.2",
"brace-expansion": ">=1.1.13 <2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}