-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
129 lines (129 loc) · 4.64 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
{
"private": true,
"name": "learner-credential-wallet",
"version": "2.1.2",
"scripts": {
"start": "npx expo start --dev-client -c",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint ./app ./App.tsx && npm run compile",
"lint:fix": "eslint --fix ./app ./App.tsx && npm run compile",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"compile": "tsc --noEmit -p tsconfig.json && echo ✓ Passed TS compile check",
"postinstall": "npx patch-package",
"fix-deps": "npx expo install --check",
"prebuild:ios": "EXPO_NO_TELEMETRY=1 EXPO_NO_GIT_STATUS=1 npx expo prebuild --clean -p ios",
"prebuild:android": "EXPO_NO_TELEMETRY=1 EXPO_NO_GIT_STATUS=1 npx expo prebuild --clean -p android"
},
"expo": {
"autolinking": {
"android": {
"exclude": [
"@unimodules/core",
"@unimodules/react-native-adapter"
]
},
"ios": {
"exclude": [
"@unimodules/core",
"@unimodules/react-native-adapter"
]
}
}
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@digitalcredentials/did-method-key": "^2.0.3",
"@digitalcredentials/ed25519-signature-2020": "^6.0.0",
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
"@digitalcredentials/issuer-registry-client": "^3.0.0",
"@digitalcredentials/security-document-loader": "^6.0.0",
"@digitalcredentials/vc": "^9.0.0",
"@digitalcredentials/vc-bitstring-status-list": "^1.0.0",
"@digitalcredentials/vc-status-list": "^9.0.0",
"@digitalcredentials/vpqr": "^2.2.1",
"@expo-google-fonts/roboto-mono": "^0.2.2",
"@expo-google-fonts/rubik": "^0.2.0",
"@expo/vector-icons": "^14.0.0",
"@interop/did-web-resolver": "^5.0.0",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/hooks": "^3.0.0",
"@react-navigation/bottom-tabs": "^6.0.7",
"@react-navigation/native": "^6.0.1",
"@react-navigation/stack": "^6.0.1",
"@reduxjs/toolkit": "^1.6.1",
"big-integer": "^1.6.49",
"bson": "4.4.1",
"expo": "~50.0.6",
"expo-crypto": "~12.8.0",
"expo-dev-client": "~3.3.8",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.10",
"handlebars": "^4.7.8",
"html-entities": "^2.3.2",
"json-canonicalize": "^1.0.4",
"jsonpath-plus": "^7.2.0",
"moment": "^2.29.1",
"query-string": "^7.1.0",
"react": "18.2.0",
"react-async-hook": "^4.0.0",
"react-hooks-outside": "^1.0.3",
"react-native": "0.73.4",
"react-native-animated-ellipsis": "^2.0.0",
"react-native-circular-progress": "^1.3.7",
"react-native-device-info": "^10.12.0",
"react-native-document-picker": "^8.2.2",
"react-native-dropdown-picker": "^5.4.2",
"react-native-elements": "^3.4.2",
"react-native-exit-app": "^2.0.0",
"react-native-file-logger": "^0.4.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-html-to-pdf": "^0.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-keychain": "^8.1.1",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-outside-press": "^1.1.0",
"react-native-paper": "^4.12.3",
"react-native-qrcode-svg": "^6.1.2",
"react-native-quick-crypto": "^0.7.4",
"react-native-receive-sharing-intent": "^2.0.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-securerandom": "^1.0.0",
"react-native-share": "^10.0.2",
"react-native-storage": "^1.0.1",
"react-native-svg": "14.1.0",
"react-native-swipeable": "^0.6.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.1",
"react-native-vision-camera": "^3.8.2",
"react-redux": "^7.2.4",
"realm": "^11.10.2",
"text-encoding": "^0.7.0",
"util": "^0.10.4",
"validator": "^13.11.0"
},
"devDependencies": {
"@react-native/eslint-config": "^0.73.2",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.5.5",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"@types/text-encoding": "^0.0.39",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-native": "^3.11.0",
"expo-build-properties": "^0.12.5",
"jest": "^29.6.3",
"patch-package": "^6.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.2"
}
}