-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
194 lines (194 loc) · 8.19 KB
/
Copy pathpackage.json
File metadata and controls
194 lines (194 loc) · 8.19 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
{
"name": "heka-ssi-wallet",
"description": "Heka SSI Wallet",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"android:clean-drawable-output": "npx rimraf ./android/app/src/main/res/drawable-* && npx rimraf ./android/app/src/main/res/raw",
"bundle:android:debug": "npx react-native bundle --platform android --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleDebug -Pandroid.injected.version.name=\"$VERSION\" -Pandroid.injected.version.code=\"$(cd .. && yarn version:code:get)\" && yarn android:clean-drawable-output",
"bundle:android:release": "cd android && ./gradlew bundleRelease -Pandroid.injected.version.name=\"1.0.0\" -Pandroid.injected.version.code=\"1.0.0\"",
"version:name:get": "nbgv get-version -v SimpleVersion",
"version:code:get": "node ./versionUtils.js $VERSION"
},
"dependencies": {
"@animo-id/expo-digital-credentials-api": "0.4.0",
"@animo-id/expo-secure-environment": "0.1.5",
"@bifold/core": "dsrcorporation/aries-mobile-agent-react-native#tag=1.0.0-alpha-heka.7&workspace=@bifold/core",
"@bifold/oca": "3.0.14",
"@bifold/react-hooks": "patch:@bifold/react-hooks@npm%3A3.0.14#~/.yarn/patches/@bifold-react-hooks-npm-3.0.14-0f32dbfe67.patch",
"@bifold/verifier": "3.0.14",
"@credo-ts/anoncreds": "0.7.0",
"@credo-ts/askar": "0.7.0",
"@credo-ts/core": "0.7.0",
"@credo-ts/didcomm": "patch:@credo-ts/didcomm@npm%3A0.7.0#~/.yarn/patches/@credo-ts-didcomm-npm-0.7.0-e7c274e2fd.patch",
"@credo-ts/drpc": "0.7.0",
"@credo-ts/hedera": "0.7.0",
"@credo-ts/indy-vdr": "0.7.0",
"@credo-ts/openid4vc": "0.7.0",
"@credo-ts/push-notifications": "0.7.1",
"@credo-ts/question-answer": "0.7.0",
"@credo-ts/react-native": "patch:@credo-ts/react-native@npm%3A0.7.0#~/.yarn/patches/@credo-ts-react-native-npm-0.7.0-29cae8f9f6.patch",
"@credo-ts/webvh": "0.7.0",
"@ethersproject/shims": "^5.8.0",
"@expo/app-integrity": "^55.0.9",
"@formatjs/intl-datetimeformat": "^6.18.2",
"@formatjs/intl-displaynames": "^6.8.13",
"@formatjs/intl-getcanonicallocales": "^2.5.6",
"@formatjs/intl-listformat": "^7.7.13",
"@formatjs/intl-locale": "^4.2.13",
"@formatjs/intl-numberformat": "^8.15.6",
"@formatjs/intl-pluralrules": "^5.4.6",
"@formatjs/intl-relativetimeformat": "^11.4.13",
"@heka-wallet/keplr": "*",
"@heka-wallet/shared": "*",
"@hyperledger/anoncreds-react-native": "0.4.0",
"@hyperledger/indy-vdr-react-native": "0.3.0",
"@openwallet-foundation/askar-react-native": "0.6.0",
"@openwallet-foundation/askar-shared": "0.6.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "6.5.4",
"@react-navigation/core": "6.4.6",
"@react-navigation/devtools": "6.0.18",
"@react-navigation/elements": "1.3.15",
"@react-navigation/native": "6.1.3",
"@react-navigation/stack": "6.3.21",
"@sd-jwt/decode": "^0.7.2",
"@sd-jwt/jwt-status-list": "^0.17.0",
"axios": "^1.13.6",
"base-64": "^1.0.0",
"buffer": "6.0.3",
"ethers": "^6.16.0",
"eventemitter3": "5.0.0",
"expo": "*",
"expo-crypto": "^15.0.8",
"expo-secure-store": "*",
"http-browserify": "1.7.0",
"https-browserify": "1.0.0",
"i18next": "^22.0.4",
"lodash": "^4.18.1",
"lodash.merge": "^4.6.2",
"lodash.startcase": "^4.4.0",
"mobx": "^6.12.3",
"mobx-react-lite": "^4.0.7",
"mobx-utils": "^6.0.8",
"moment": "^2.29.4",
"os-browserify": "0.3.0",
"patch-package": "^8.0.0",
"path-browserify": "1.0.1",
"process": "0.11.10",
"query-string": "^7.0.1",
"querystring": "0.2.1",
"react": "^19.1.4",
"react-hook-form": "7.43.1",
"react-i18next": "11.18.6",
"react-native": "0.81.6",
"react-native-animated-pagination-dots": "^0.1.73",
"react-native-app-auth": "6.4.3",
"react-native-argon2": "^2.0.1",
"react-native-bluetooth-state-manager": "^1.3.5",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-camera": "^3.31.1",
"react-native-collapsible": "^1.6.2",
"react-native-config": "^1.5.5",
"react-native-confirmation-code-field": "^7.3.2",
"react-native-device-info": "^8.7.1",
"react-native-encrypted-storage": "^4.0.2",
"react-native-fingerprint-scanner": "^6.0.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-gifted-chat": "^2.4.1",
"react-native-keyboard-aware-scroll-view": "0.9.5",
"react-native-keyboard-controller": "1.18.5",
"react-native-keychain": "^10.0.0",
"react-native-localize": "^2.2.6",
"react-native-logs": "^5.0.1",
"react-native-nitro-modules": "^0.35.7",
"react-native-orientation-locker": "^1.6.0",
"react-native-paper": "^5.12.5",
"react-native-passkey": "^3.3.2",
"react-native-permissions": "^5.4.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-quick-crypto": "^0.7.17",
"react-native-reanimated": "3.19.5",
"react-native-safe-area-context": "^5.6.2",
"react-native-scalable-image": "^1.1.0",
"react-native-screenguard": "^1.1.0",
"react-native-screens": "4.16.0",
"react-native-share": "^12.2.6",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^15.12.1",
"react-native-tcp-socket": "^6.0.6",
"react-native-toast-message": "^2.1.10",
"react-native-url-polyfill": "3.0.0",
"react-native-user-identity": "patch:react-native-user-identity@npm%3A1.5.2#~/.yarn/patches/react-native-user-identity-npm-1.5.2-fd5be30d0d.patch",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.3.0",
"react-native-vision-camera": "patch:react-native-vision-camera@npm%3A4.7.3#~/.yarn/patches/react-native-vision-camera-npm-4.7.3-dc361fe55c.patch",
"react-native-webview": "^13.10.0",
"react-native-zip-archive": "^7.0.1",
"react-native-zstd": "1.3.1",
"reflect-metadata": "^0.2.2",
"stream-browserify": "3.0.0",
"string_decoder": "1.3.0",
"text-encoding-polyfill": "0.6.7",
"tsyringe": "^4.7.0",
"url": "0.11.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/runtime": "^7.28.6",
"@eslint/js": "^8.57.1",
"@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.5",
"@react-native/eslint-config": "^0.81.5",
"@react-native/eslint-plugin": "^0.81.5",
"@react-native/metro-config": "^0.81.5",
"@react-native/typescript-config": "^0.81.5",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.startcase": "^4.4.9",
"@types/react": "19.1.9",
"@types/react-dom": "^18.2.13",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"copyfiles": "^2.4.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0 ",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"i18next-parser": "7.7.0",
"jest": "^29.6.4",
"metro-react-native-babel-preset": "^0.77.0",
"mockdate": "^3.0.5",
"nerdbank-gitversioning": "^3.5.107",
"pod-install": "^0.1.39",
"prettier": "^3.4.2",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "^19.1.4",
"semver": "^7.5.2",
"typescript": "^5.9.2",
"typescript-eslint": "^7.18.0"
}
}