forked from bcgov/bc-wallet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
184 lines (184 loc) · 6.9 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
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
{
"name": "bc-wallet-mobile-app",
"version": "1.0.0",
"private": true,
"description": "BC Wallet to hold Verifiable Credentials",
"main": "index.js",
"license": "Apache-2.0",
"engines": {
"node": ">=18.18.2 <20.0.0",
"yarn": "^3.3.1"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcgov/bc-wallet-mobile.git"
},
"author": "",
"bugs": {
"url": "https://github.com/bcgov/bc-wallet-mobile/issues"
},
"homepage": "https://github.com/bcgov/bc-wallet-mobile#readme",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"style-check": "yarn prettier -- --check",
"style-format": "yarn prettier -- --write",
"style-watch": "onchange '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)' -- prettier --write {{changed}}",
"test": "TZ=GMT jest --config ./jest.config.js",
"test:watch": "TZ=GMT jest --config ./jest.config.js --watch",
"test:coverage": "TZ=GMT jest --config ./jest.config.js --coverage",
"lint": "eslint --color .",
"prettier": "prettier '**/*.+(js|jsx|json|ts|tsx|md|yml|yaml)'",
"pre-commit-lint": "yarn lint-staged",
"typecheck": "tsc --noEmit",
"storybook": "start-storybook -p 7007",
"build-storybook": "build-storybook",
"ios:setup": "bundle install --frozen && cd ios && bundle exec pod install",
"gradle:write-locks": "cd android && ./gradlew app:dependencies --write-locks"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/askar": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/drpc": "0.5.11",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.11",
"@credo-ts/indy-vdr": "0.5.11",
"@credo-ts/openid4vc": "0.5.11",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.11",
"@credo-ts/react-hooks": "0.6.0",
"@credo-ts/react-native": "0.5.11",
"@formatjs/intl-datetimeformat": "4.2.4",
"@formatjs/intl-displaynames": "5.2.4",
"@formatjs/intl-getcanonicallocales": "1.7.3",
"@formatjs/intl-listformat": "6.3.4",
"@formatjs/intl-locale": "2.4.38",
"@formatjs/intl-numberformat": "7.2.4",
"@formatjs/intl-pluralrules": "4.1.4",
"@formatjs/intl-relativetimeformat": "9.3.1",
"@hyperledger/anoncreds-react-native": "0.2.4",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/aries-bifold-core": "1.0.0-alpha.371",
"@hyperledger/aries-bifold-remote-logs": "1.0.0-alpha.371",
"@hyperledger/aries-bifold-verifier": "1.0.0-alpha.371",
"@hyperledger/aries-oca": "1.0.0-alpha.371",
"@hyperledger/aries-react-native-attestation": "1.0.0-alpha.371",
"@hyperledger/indy-vdr-react-native": "0.2.2",
"@hyperledger/indy-vdr-shared": "0.2.2",
"@react-native-async-storage/async-storage": "1.15.11",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/netinfo": "9.3.7",
"@react-native-firebase/app": "14.12.0",
"@react-native-firebase/messaging": "14.12.0",
"@react-navigation/bottom-tabs": "6.0.9",
"@react-navigation/devtools": "6.0.18",
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"axios": "1.4.0",
"buffer": "6.0.3",
"credo-ts-indy-vdr-proxy-client": "0.2.3",
"i18next": "21.10.0",
"lodash.flatten": "4.4.0",
"lodash.merge": "4.6.2",
"lodash.startcase": "4.4.0",
"moment": "2.29.4",
"query-string": "7.1.3",
"react": "*",
"react-i18next": "11.13.0",
"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.1",
"react-native-config": "1.5.0",
"react-native-confirmation-code-field": "7.3.1",
"react-native-date-picker": "^5.0.7",
"react-native-device-info": "8.7.1",
"react-native-encrypted-storage": "4.0.3",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "1.10.3",
"react-native-get-random-values": "1.8.0",
"react-native-gifted-chat": "*",
"react-native-inappbrowser-reborn": "3.7.0",
"react-native-keychain": "8.1.1",
"react-native-localize": "2.2.6",
"react-native-logs": "^5.1.0",
"react-native-orientation-locker": "^1.6.0",
"react-native-permissions": "4.0.1",
"react-native-qrcode-svg": "6.2.0",
"react-native-reanimated": "3.5.4",
"react-native-safe-area-context": "3.4.1",
"react-native-scalable-image": "1.1.0",
"react-native-screens": "3.25.0",
"react-native-splash-screen": "3.3.0",
"react-native-svg": "12.5.1",
"react-native-tcp-socket": "6.0.6",
"react-native-toast-message": "2.1.6",
"react-native-uuid": "2.0.1",
"react-native-vector-icons": "10.0.0",
"react-native-vision-camera": "4.3.1",
"react-native-webview": "11.26.1",
"reflect-metadata": "0.1.13",
"rxjs": "^7.8.1",
"tsyringe": "^4.7.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.20",
"@babel/runtime": "7.23.1",
"@commitlint/cli": "11.0.0",
"@eslint/js": "^8.56.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-knobs": "5.3.21",
"@storybook/addon-links": "5.3.21",
"@storybook/addon-ondevice-actions": "5.3.23",
"@storybook/addon-ondevice-knobs": "5.3.26",
"@storybook/react-native": "5.3.27",
"@storybook/react-native-server": "5.3.23",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.3.0",
"@tsconfig/react-native": "3.0.2",
"@types/eslint__js": "^8.42.3",
"@types/jest": "29.5.5",
"@types/lodash.flatten": "4.4.7",
"@types/lodash.merge": "4.6.7",
"@types/lodash.startcase": "4.4.7",
"@types/react": "18.2.23",
"@types/react-native": "0.71.5",
"@types/react-native-vector-icons": "6.4.12",
"@types/react-test-renderer": "18.0.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-jest": "27.5.1",
"babel-plugin-module-resolver": "5.0.0",
"commitlint": "17.7.1",
"copyfiles": "2.4.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "7.0.4",
"jest": "29.6.4",
"lint-staged": "11.2.6",
"metro-react-native-babel-preset": "0.77.0",
"mockdate": "3.0.5",
"pod-install": "0.1.38",
"prettier": "2.8.7",
"react-dom": "18.2.0",
"react-native-svg-transformer": "0.14.3",
"react-test-renderer": "18.2.0",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0"
}
}