-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 6.28 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 6.28 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
{
"name": "zingo-mobile",
"version": "2.0.19",
"private": true,
"scripts": {
"android": "react-native run-android --mode prodDebug",
"android:beta": "react-native run-android --mode betaDebug",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --verbose",
"lint": "eslint . --fix",
"prettier": "prettier './**/*.{js,jsx,ts,tsx}' -w",
"coverage": "jest --coverage",
"postinstall": "patch-package",
"bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && rimraf --glob android/app/src/main/res/drawable*",
"build:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && rimraf --glob android/app/src/main/res/drawable* && cd android && ./gradlew assembleProdRelease -PsplitApk=true && cd ..",
"build:release": "cd android && ./gradlew assembleProdRelease && cd ..",
"build:release:split": "cd android && ./gradlew assembleProdRelease -PsplitApk=true && cd ..",
"build:debug": "cd android && ./gradlew assembleProdDebug && cd ..",
"build:debug:split": "cd android && ./gradlew assembleProdDebug -PsplitApk=true && cd ..",
"build:beta:bundle": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && rimraf --glob android/app/src/main/res/drawable* && cd android && ./gradlew assembleBetaRelease -PsplitApk=true && cd ..",
"build:beta:release": "cd android && ./gradlew assembleBetaRelease && cd ..",
"build:beta:release:split": "cd android && ./gradlew assembleBetaRelease -PsplitApk=true && cd ..",
"build:beta:release:aab": "cd android && ./gradlew bundleBetaRelease && cd ..",
"build:beta:debug": "cd android && ./gradlew assembleBetaDebug && cd ..",
"build:beta:debug:split": "cd android && ./gradlew assembleBetaDebug -PsplitApk=true && cd ..",
"cargo:update": "cd rust && cargo update -p zingolib -p regchest_utils --aggressive && cd ..",
"cargo:clean": "cd rust && cargo clean && cd ..",
"cargo:check": "cd rust && cargo check && cd ..",
"rust:android": "node rust/android/build_android.mjs",
"rust:android-local": "node rust/android/build_android_local.mjs",
"rust:ios": "node rust/ios/build_ios.mjs",
"release:prod:prep": "node scripts/release/release-prep.mjs prod",
"release:beta:prep": "node scripts/release/release-prep.mjs beta"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-native-fontawesome": "^1.0.0",
"@gorhom/bottom-sheet": "^5.2.6",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "^12.0.1",
"@react-native-picker/picker": "2.11.4",
"@react-navigation/bottom-tabs": "^7.16.1",
"@react-navigation/drawer": "^7.10.2",
"@react-navigation/elements": "^2.9.18",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.15.1",
"@react-navigation/stack": "^7.9.2",
"@sayem314/react-native-keep-awake": "^1.3.1",
"buffer": "^6.0.3",
"date-fns": "^4.3.0",
"i18n-js": "^4.5.1",
"js-base64": "^3.7.8",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"randomcolor": "^0.6.2",
"react": "19.1.4",
"react-native": "0.81.6",
"react-native-biometrics": "^3.0.1",
"react-native-bouncy-checkbox": "^4.1.2",
"react-native-context-menu-view": "^1.20.0",
"react-native-device-info": "^15.0.2",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.31.2",
"react-native-gifted-charts": "^1.4.77",
"react-native-keychain": "^10.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.5.2",
"react-native-pager-view": "^6.9.1",
"react-native-permissions": "^5.4.2",
"react-native-picker-select": "^9.3.1",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "4.1.7",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^5.8.0",
"react-native-screens": "^4.16.0",
"react-native-svg": "^15.15.5",
"react-native-tab-view": "^4.1.3",
"react-native-toast-message": "^2.3.3",
"react-native-vision-camera": "^4.7.2",
"react-native-worklets": "^0.5.1",
"recyclerlistview": "^4.2.3",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/runtime": "^7.29.7",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.81.6",
"@react-native/eslint-config": "^0.81.6",
"@react-native/metro-config": "0.81.6",
"@react-native/typescript-config": "0.81.6",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.16",
"@types/node": "^25.9.1",
"@types/randomcolor": "^0.5.9",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"@types/url-parse": "^1.4.11",
"babel-jest": "^30.1.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"depcheck": "^1.4.7",
"detox": "^20.51.1",
"eslint": "^9.17.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-react-native": "^5.0.0",
"jest": "^30.3.0",
"prettier": "^3.6.2",
"react-native-svg-transformer": "^1.5.3",
"react-test-renderer": "19.1.4",
"rimraf": "^6.0.1",
"typescript": "5.5.4"
},
"engines": {
"node": ">=20"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-navigation|@react-navigation/.*))"
],
"resolutions": {
"fast-xml-parser": ">=4.5.4",
"jest": "30.4.1",
"jest-circus": "30.4.1",
"jest-runtime": "30.4.1",
"jest-jasmine2": "30.4.1",
"jest-mock": "30.4.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}