-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
153 lines (153 loc) · 5.74 KB
/
package.json
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
{
"name": "AdeyaWallet",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only",
"ios": "react-native run-ios",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --color .",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)'",
"start": "react-native start",
"test": "jest",
"postinstall": "npx rn-nodeify --install crypto,process,stream,events,module,util --hack && npx patch-package",
"prepare": "husky install"
},
"dependencies": {
"@adeya/ssi": "0.0.1-alpha.30",
"@ayanworks/credo-polygon-w3c-module": "1.0.0",
"@ethersproject/shims": "^5.7.0",
"@formatjs/intl-datetimeformat": "^6.10.0",
"@formatjs/intl-displaynames": "^6.5.0",
"@formatjs/intl-getcanonicallocales": "^2.2.1",
"@formatjs/intl-listformat": "^7.4.0",
"@formatjs/intl-locale": "^3.3.2",
"@formatjs/intl-numberformat": "^8.7.0",
"@formatjs/intl-pluralrules": "^5.2.4",
"@formatjs/intl-relativetimeformat": "^11.2.4",
"@hyperledger/anoncreds-react-native": "0.2.2",
"@hyperledger/aries-askar-react-native": "0.2.1",
"@hyperledger/aries-oca": "1.0.0-alpha.130",
"@hyperledger/indy-vdr-react-native": "0.2.2",
"@react-native-async-storage/async-storage": "^1.19.1",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-firebase/app": "^18.4.0",
"@react-native-firebase/messaging": "^18.4.0",
"@react-native-google-signin/google-signin": "12.1.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/core": "^6.4.9",
"@react-navigation/devtools": "^6.0.19",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@robinbobin/react-native-google-drive-api-wrapper": "^1.2.4",
"axios": "^1.6.0",
"bip39": "^3.1.0",
"crypto-js": "^4.2.0",
"events": "^1.1.1",
"expo-modules-core": "^1.2.7",
"i18next": "^23.4.1",
"lodash.flatten": "^4.4.0",
"lodash.shuffle": "^4.2.0",
"lodash.startcase": "^4.4.0",
"moment": "^2.29.4",
"process": "^0.11.0",
"qrcode": "^1.5.3",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-i18next": "^13.0.3",
"react-native": "0.72.5",
"react-native-animated-pagination-dots": "^0.1.73",
"react-native-argon2": "^2.0.1",
"react-native-blob-util": "^0.19.9",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-camera": "^4.2.1",
"react-native-collapsible": "^1.6.1",
"react-native-config": "^1.5.1",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^10.8.0",
"react-native-document-picker": "9.0.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-get-random-values": "^1.9.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-html-to-pdf": "^0.12.0",
"react-native-keychain": "^8.1.2",
"react-native-localize": "^3.0.2",
"react-native-pdf": "^6.7.5",
"react-native-permissions": "^3.9.0",
"react-native-qrcode-svg": "^6.2.0",
"react-native-randombytes": "^3.0.0",
"react-native-reanimated": "^3.4.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^4.7.1",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "^3.23.0",
"react-native-securerandom": "^1.0.1",
"react-native-share": "^10.0.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.10.0",
"react-native-tcp-socket": "^6.0.6",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "^13.3.1",
"react-native-zip-archive": "^7.0.1",
"readable-stream": "1.0.33",
"stream-browserify": "^1.0.0",
"unique-names-generator": "^4.7.1",
"util": "^0.10.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
"@types/crypto-js": "^4.2.2",
"@types/lodash.flatten": "^4.4.7",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.shuffle": "^4.2.7",
"@types/lodash.startcase": "^4.4.7",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.0.24",
"@types/react-native": "^0.72.2",
"@types/react-native-html-to-pdf": "^0.8.3",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.2.1",
"lint-staged": "^13.2.3",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^3.0.0",
"react-native-svg-transformer": "^1.1.0",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=18"
},
"react-native": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify"
}
}