-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 6.84 KB
/
Copy pathpackage.json
File metadata and controls
155 lines (155 loc) · 6.84 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
{
"name": "zingo-mobile",
"version": "2.0.23",
"private": true,
"scripts": {
"android:prod": "react-native run-android --mode prodDebug",
"android:beta": "react-native run-android --mode betaDebug",
"ios": "react-native run-ios",
"start": "react-native start",
"storybook:generate": "tsx .storybook/generate.mts",
"storybook:web": "storybook dev -p 6006 -c .storybook-web",
"build-storybook": "storybook build -c .storybook-web",
"storybook:start": "STORYBOOK_ENABLED=true react-native start",
"storybook:android": "STORYBOOK_ENABLED=true react-native run-android --mode prodDebug",
"storybook:ios": "STORYBOOK_ENABLED=true react-native run-ios",
"visual": "yarn build-storybook && yarn visual:capture && yarn visual:diff",
"visual:snapshot": "yarn build-storybook && yarn visual:capture",
"visual:capture": "playwright test -c visual/playwright.config.ts",
"visual:diff": "tsx visual/diff.mts",
"visual:report": "open visual/index.html",
"visual:styled": "yarn build-storybook && yarn visual:capture && VISUAL_STYLE=tokens VISUAL_STORYBOOK=../storybook-static/index.html VISUAL_REPORT=visual/styled.html tsx visual/diff.mts; VISUAL_ROOT=../ VISUAL_PORT=6008 VISUAL_OPEN=http://localhost:6008/visual/styled.html tsx visual/serve.mts",
"visual:compare": "tsx visual/compare-ref.mts",
"visual:accept": "tsx visual/accept.mts",
"test": "jest --verbose",
"typecheck": "tsc --noEmit",
"lint": "eslint . --fix",
"lint:android": "node scripts/android_lint.mjs",
"depcheck": "depcheck",
"prettier": "prettier './**/*.{js,jsx,ts,tsx}' -w",
"coverage": "jest --coverage",
"postinstall": "patch-package",
"build:prod:release": "cd android && ./gradlew assembleProdRelease && cd ..",
"build:prod:release:split": "cd android && ./gradlew assembleProdRelease -PsplitApk=true && cd ..",
"build:prod:debug": "cd android && ./gradlew assembleProdDebug && cd ..",
"build:prod:debug:split": "cd android && ./gradlew assembleProdDebug -PsplitApk=true && cd ..",
"build:beta:release": "cd android && ./gradlew assembleBetaRelease && cd ..",
"build:beta:release:split": "cd android && ./gradlew assembleBetaRelease -PsplitApk=true && 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",
"pods": "cd ios && pod install && cd .."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-regular-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-native-fontawesome": "^1.0.0",
"@gorhom/bottom-sheet": "^5.2.6",
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "^12.0.1",
"@react-navigation/bottom-tabs": "^7.18.16",
"@react-navigation/native": "^7.3.17",
"@react-navigation/native-stack": "^7.18.8",
"@react-navigation/stack": "^7.10.22",
"@sayem314/react-native-keep-awake": "^1.3.1",
"buffer": "^6.0.3",
"date-fns": "^4.4.0",
"i18n-js": "^4.5.1",
"js-base64": "^3.9.3",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"randomcolor": "^0.6.2",
"react": "19.1.4",
"react-native": "0.81.6",
"react-native-bouncy-checkbox": "^4.1.2",
"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.78",
"react-native-keyboard-controller": "^1.21.14",
"react-native-keychain": "^10.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.5.2",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "4.1.7",
"react-native-restart": "^0.0.28",
"react-native-safe-area-context": "^5.9.1",
"react-native-screens": "^4.16.0",
"react-native-svg": "^15.15.5",
"react-native-toast-message": "^2.4.0",
"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",
"@playwright/test": "^1.62.1",
"@react-native-community/cli": "20.2.0",
"@react-native-community/cli-platform-android": "20.2.0",
"@react-native-community/cli-platform-ios": "20.2.0",
"@react-native-community/datetimepicker": "^9.1.0",
"@react-native-community/slider": "^5.2.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",
"@storybook/addon-ondevice-actions": "^9.1.4",
"@storybook/addon-ondevice-backgrounds": "^9.1.4",
"@storybook/addon-ondevice-controls": "^9.1.4",
"@storybook/react-native": "^9.1.4",
"@storybook/react-native-web-vite": "^9.1.4",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.25",
"@types/node": "^26.2.0",
"@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",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"depcheck": "^1.4.7",
"detox": "20.51.4",
"eslint": "^9.17.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-react-native": "^5.0.0",
"jest": "^30.3.0",
"prettier": "^3.9.5",
"react-dom": "19.1.4",
"react-native-web": "^0.21.2",
"react-test-renderer": "19.1.4",
"reg-cli": "^0.18.16",
"storybook": "^9.1.4",
"tsx": "^4.23.12",
"typescript": "5.5.4",
"vite": "^8.2.2"
},
"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"
}