-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
70 lines (70 loc) · 2.29 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
{
"name": "universal-verifier",
"version": "0.0.36",
"license": "GPL-3.0-only",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postversion": "react-native-version",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@pathcheck/cred-sdk": "^0.0.6",
"@pathcheck/dcc-sdk": "^0.0.21",
"@pathcheck/divoc-sdk": "^0.1.5",
"@pathcheck/shc-sdk": "^0.0.3",
"@pathcheck/vds-sdk": "^0.0.6",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"big-integer": "^1.6.49",
"buffer": "^6.0.3",
"events": "^3.3.0",
"expo-local-authentication": "^11.0.2",
"moment": "^2.29.1",
"node-inspect-extracted": "^1.0.4",
"process": "^0.11.10",
"query-string": "^7.0.0",
"react": "17.0.2",
"react-native": "0.65.1",
"react-native-asn1.js": "^4.9.2",
"react-native-base64": "^0.2.1",
"react-native-camera": "^3.43.0",
"react-native-elements": "^3.3.1",
"react-native-floating-action": "^1.21.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-permissions": "^3.0.1",
"react-native-qrcode-scanner": "^1.5.3",
"react-native-qrcode-svg": "^6.1.1",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-sha256": "^1.4.7",
"react-native-simple-crypto": "^0.2.15",
"react-native-svg": "^12.1.1",
"react-native-unimodules": "^0.14.8",
"react-native-vector-icons": "^8.1.0",
"safe-buffer": "^5.1.2",
"stream-browserify": "^3.0.0",
"text-encoding": "^0.7.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-codegen": "^0.0.7",
"react-native-version": "^4.0.0",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}