-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.41 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
{
"name": "gk_auth",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator un\"iPhone 15\"",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.3",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/cli-platform-android": "^13.6.9",
"@react-native/gradle-plugin": "^0.74.85",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@types/otplib": "^10.0.0",
"assert": "^1.1.1",
"buffer": "^4.9.1",
"events": "^1.0.0",
"node-libs-react-native": "^1.2.1",
"otplib": "^12.0.1",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-biometrics": "^3.0.1",
"react-native-camera-kit": "^13.0.0",
"react-native-circular-progress": "^1.4.0",
"react-native-crypto": "^2.2.0",
"react-native-gesture-handler": "^2.17.1",
"react-native-paper": "^5.12.3",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.14.0",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.32.0",
"react-native-shadow-2": "^7.1.0",
"react-native-svg": "^15.4.0",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-windows": "^0.74.11",
"readable-stream": "^4.5.2",
"stream-browserify": "^1.0.0",
"util": "~0.10.3",
"zustand": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/runtime": "^7.24.8",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@types/react": "^18.3.3",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.3.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"rn-nodeify": "^10.3.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"pnpm": {
"patchedDependencies": {
"@gorhom/[email protected]": "patches/@[email protected]"
}
}
}