-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 3.02 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@gorhom/bottom-sheet": "^3.6.6",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^6.1.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.0.4",
"@react-navigation/stack": "^6.0.4",
"@wault/category": "git+https://github.com/wault-app/category.git",
"@wault/error": "git+https://github.com/wault-app/error.git",
"@wault/platforms": "git+https://github.com/wault-app/platforms.git",
"@wault/totp": "git+https://github.com/wault-app/totp.git",
"@wault/typings": "git+https://github.com/wault-app/typings.git",
"aes-js": "^3.1.2",
"babel-plugin-module-resolver": "^4.1.0",
"buffer": "^6.0.3",
"color": "3.1.2",
"crypto-js": "3.3.0",
"deepmerge": "^4.2.2",
"expo": "^42.0.0",
"expo-app-loading": "^1.0.3",
"expo-barcode-scanner": "~10.2.2",
"expo-device": "~3.3.0",
"expo-linear-gradient": "~9.2.0",
"expo-local-authentication": "~11.1.1",
"expo-random": "~11.2.0",
"expo-secure-store": "~10.2.0",
"expo-splash-screen": "~0.11.2",
"expo-updates": "~0.8.2",
"jssha": "^3.2.0",
"jwt-decode": "^3.1.2",
"node-forge": "^0.10.0",
"otp-client": "^1.0.3",
"otpauth": "^7.0.5",
"payment": "^2.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-native-email-link": "^1.11.3",
"react-native-gesture-handler": "~1.10.2",
"react-native-modpow": "^1.1.0",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-paper": "^4.9.1",
"react-native-reanimated": "~2.2.0",
"react-native-rsa-native": "^2.0.3",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "12.1.1",
"react-native-toast-message": "^1.4.9",
"react-native-unimodules": "~0.14.5",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"recyclerlistview": "^3.0.5",
"uri-scheme": "^1.0.91",
"zod": "^3.2.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/aes-js": "^3.1.1",
"@types/color": "^3.0.2",
"@types/crypto-js": "^4.0.1",
"@types/deepmerge": "^2.2.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/node-forge": "^0.10.0",
"@types/payment": "^2.1.3",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-native-vector-icons": "^6.4.7",
"babel-plugin-inline-import": "^3.0.0",
"babel-preset-expo": "8.3.0",
"fuse.js": "^6.4.6",
"jest-expo": "^42.0.0",
"react-native-svg-transformer": "^0.14.3",
"typescript": "~4.0.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}