forked from openwallet-foundation/bifold-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
240 lines (240 loc) · 8.5 KB
/
package.json
File metadata and controls
240 lines (240 loc) · 8.5 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
{
"name": "@bifold/core",
"version": "2.11.9",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"react-native": "./lib/commonjs/index.js",
"source": "src/index.ts",
"exports": {
".": {
"react-native": "./src/index.ts",
"import": "./lib/module/index.js",
"require": "./lib/commonjs/index.js",
"types": "./lib/typescript/src/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/openwallet-foundation/bifold-wallet.git",
"directory": "packages/core"
},
"homepage": "https://github.com/openwallet-foundation/bifold-wallet/",
"bin": {
"bifold": "bin/bifold"
},
"files": [
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"build": "echo 'building core 🏗️' && yarn clean && bob build && echo 'core built ✅'",
"clean": "rimraf ./lib",
"test": "TZ=GMT jest",
"coverage": "TZ=GMT jest --coverage",
"test:watch": "TZ=GMT jest --watch --notify --notifyMode=change --coverage",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "~7.22.20",
"@babel/runtime": "~7.23.9",
"@bifold/oca": "2.11.9",
"@bifold/verifier": "2.11.9",
"@credo-ts/anoncreds": "0.5.17",
"@credo-ts/askar": "0.5.17",
"@credo-ts/core": "0.5.17",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.17",
"@credo-ts/indy-vdr": "0.5.17",
"@credo-ts/openid4vc": "0.5.17",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.17",
"@credo-ts/react-hooks": "0.6.1",
"@credo-ts/react-native": "0.5.17",
"@credo-ts/webvh": "0.5.17",
"@formatjs/intl-datetimeformat": "~4.2.6",
"@formatjs/intl-displaynames": "~5.2.6",
"@formatjs/intl-getcanonicallocales": "~1.7.3",
"@formatjs/intl-listformat": "~6.3.6",
"@formatjs/intl-locale": "~2.4.47",
"@formatjs/intl-numberformat": "~7.2.6",
"@formatjs/intl-pluralrules": "~4.1.6",
"@formatjs/intl-relativetimeformat": "~9.3.3",
"@hyperledger/anoncreds-react-native": "0.2.4",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/indy-vdr-react-native": "0.2.2",
"@hyperledger/indy-vdr-shared": "0.2.2",
"@react-native-async-storage/async-storage": "~1.22.3",
"@react-native-clipboard/clipboard": "~1.16.3",
"@react-native-community/netinfo": "~11.3.3",
"@react-native/babel-preset": "~0.73.21",
"@react-native/eslint-config": "~0.73.2",
"@react-native/eslint-plugin": "~0.73.1",
"@react-navigation/bottom-tabs": "~6.0.9",
"@react-navigation/core": "~6.1.1",
"@react-navigation/devtools": "~6.0.27",
"@react-navigation/native": "~6.0.16",
"@react-navigation/stack": "~6.3.29",
"@sd-jwt/jwt-status-list": "^0.17.0",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.3.3",
"@types/jest": "~29.5.14",
"@types/lodash.flatten": "~4.4.9",
"@types/lodash.startcase": "~4.4.9",
"@types/react": "~18.2.79",
"@types/react-native-vector-icons": "~6.4.18",
"@types/react-test-renderer": "~18.0.7",
"@typescript-eslint/eslint-plugin": "~7.18.0",
"@typescript-eslint/parser": "~7.18.0",
"axios": "~1.13.2",
"babel-jest": "~27.5.1",
"babel-plugin-module-resolver": "~5.0.2",
"base-64": "~1.0.0",
"buffer": "^6.0.3",
"eslint": "~8.57.1",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.2.6",
"expo": "*",
"expo-secure-store": "*",
"i18next": "~21.6.16",
"install-peerdeps": "~3.0.7",
"jest": "~29.6.4",
"lodash.flatten": "~4.4.0",
"lodash.startcase": "~4.4.0",
"mockdate": "~3.0.5",
"moment": "~2.29.4",
"node-notifier": "~10.0.1",
"prettier": "~2.8.8",
"query-string": "~7.1.3",
"react": "*",
"react-i18next": "~11.17.1",
"react-native": "0.73.11",
"react-native-animated-pagination-dots": "~0.1.73",
"react-native-argon2": "~2.0.1",
"react-native-bouncy-checkbox": "~3.0.7",
"react-native-builder-bob": "~0.21.3",
"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.3",
"react-native-fs": "~2.20.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-get-random-values": "~1.8.0",
"react-native-gifted-chat": "~2.4.1",
"react-native-keyboard-aware-scroll-view": "~0.9.5",
"react-native-keychain": "~8.1.3",
"react-native-localize": "~2.2.6",
"react-native-logs": "~5.1.0",
"react-native-orientation-locker": "~1.6.0",
"react-native-permissions": "~5.4.1",
"react-native-qrcode-svg": "~6.2.0",
"react-native-safe-area-context": "~4.8.2",
"react-native-scalable-image": "~1.1.0",
"react-native-screenguard": "~1.1.0",
"react-native-screens": "~4.4.0",
"react-native-splash-screen": "~3.3.0",
"react-native-svg": "~15.0.0",
"react-native-svg-transformer": "~0.14.3",
"react-native-tcp-socket": "~6.0.6",
"react-native-toast-message": "~2.1.10",
"react-native-uuid": "~2.0.3",
"react-native-vector-icons": "~10.0.3",
"react-native-vision-camera": "~4.3.2",
"react-test-renderer": "~18.2.0",
"rimraf": "~5.0.10",
"tsyringe": "~4.8.0",
"typescript": "~5.5.4",
"uuid": "~9.0.1",
"zustand": "^4.5.2"
},
"peerDependencies": {
"@credo-ts/anoncreds": "0.5.17",
"@credo-ts/askar": "0.5.17",
"@credo-ts/core": "0.5.17",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.17",
"@credo-ts/indy-vdr": "0.5.17",
"@credo-ts/openid4vc": "0.5.17",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.17",
"@credo-ts/react-hooks": "0.6.1",
"@credo-ts/react-native": "0.5.17",
"@formatjs/intl-datetimeformat": "~4.2.6",
"@formatjs/intl-displaynames": "~5.2.6",
"@formatjs/intl-getcanonicallocales": "~1.7.3",
"@formatjs/intl-listformat": "~6.3.6",
"@formatjs/intl-locale": "~2.4.47",
"@formatjs/intl-numberformat": "~7.2.6",
"@formatjs/intl-pluralrules": "~4.1.6",
"@formatjs/intl-relativetimeformat": "~9.3.3",
"@hyperledger/anoncreds-react-native": "0.2.4",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/indy-vdr-react-native": "0.2.2",
"@hyperledger/indy-vdr-shared": "0.2.2",
"@react-native-async-storage/async-storage": "~1.22.3",
"@react-native-clipboard/clipboard": "~1.16.3",
"@react-native-community/netinfo": "~11.3.3",
"@react-navigation/bottom-tabs": "~6.0.9",
"@react-navigation/core": "~6.1.0",
"@react-navigation/devtools": "~6.0.27",
"@react-navigation/native": "~6.0.16",
"@react-navigation/stack": "~6.3.29",
"axios": "~1.13.2",
"base-64": "~1.0.0",
"i18next": "~21.6.16",
"lodash.flatten": "~4.4.0",
"lodash.startcase": "~4.4.0",
"moment": "~2.29.4",
"query-string": "~7.1.3",
"react": "~18.3.1",
"react-i18next": "~11.17.1",
"react-native": "*",
"react-native-animated-pagination-dots": "~0.1.73",
"react-native-argon2": "~2.0.1",
"react-native-bouncy-checkbox": "~3.0.7",
"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.3",
"react-native-fs": "~2.20.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-get-random-values": "~1.8.0",
"react-native-gifted-chat": "~2.4.1",
"react-native-keychain": "~8.1.3",
"react-native-localize": "~2.2.6",
"react-native-logs": "~5.1.0",
"react-native-orientation-locker": "*",
"react-native-permissions": "~5.4.1",
"react-native-qrcode-svg": "~6.2.0",
"react-native-safe-area-context": "~4.8.2",
"react-native-screenguard": "*",
"react-native-screens": "~4.4.0",
"react-native-splash-screen": "~3.3.0",
"react-native-svg": "~15.0.0",
"react-native-tcp-socket": "~6.0.6",
"react-native-toast-message": "~2.1.10",
"react-native-uuid": "~2.0.3",
"react-native-vector-icons": "~10.0.3",
"react-native-vision-camera": "*",
"tsyringe": "~4.8.0",
"uuid": "~9.0.1"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"dependencies": {
"@types/base-64": "^1.0.2"
}
}