-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.52 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
{
"name": "Catalyst",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@gluestack-style/animation-plugin": "^0.1.7",
"@gluestack-style/react": "^0.1.31",
"@gluestack-ui/actionsheet": "latest",
"@gluestack-ui/avatar": "latest",
"@gluestack-ui/button": "latest",
"@gluestack-ui/fab": "latest",
"@gluestack-ui/hstack": "latest",
"@gluestack-ui/icon": "latest",
"@gluestack-ui/pressable": "latest",
"@gluestack-ui/progress": "latest",
"@gluestack-ui/provider": "^0.1.6",
"@gluestack-ui/radio": "latest",
"@gluestack-ui/select": "latest",
"@gluestack-ui/slider": "latest",
"@gluestack-ui/spinner": "latest",
"@gluestack-ui/switch": "latest",
"@gluestack-ui/tabs": "latest",
"@gluestack-ui/textarea": "latest",
"@gluestack-ui/toast": "latest",
"@gluestack-ui/tooltip": "latest",
"@gluestack-ui/vstack": "latest",
"@legendapp/motion": "latest",
"@likashefqet/react-native-image-zoom": "^1.3.0",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^18.1.0",
"@react-native-firebase/auth": "^18.1.0",
"@react-native-firebase/firestore": "^18.1.0",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@toruslabs/react-native-web-browser": "^1.1.0",
"@types/crypto-js": "^4.1.1",
"@types/react-native-crypto-js": "^1.0.0",
"@web3auth/react-native-sdk": "^3.5.0",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"crypto-js": "3.1.9-1",
"eslint-plugin-detox": "^1.0.0",
"ethers": "^5.7.1",
"lucide-react-native": "^0.258.0",
"react": "18.2.0",
"react-native": "0.72.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-get-random-values": "^1.9.0",
"react-native-image-progress": "^1.2.0",
"react-native-image-viewing": "^0.2.2",
"react-native-modal": "^13.0.1",
"react-native-photo-gallery-api": "^1.2.2",
"react-native-reanimated": "^3.3.0",
"react-native-reanimated-viewer": "^1.3.1",
"react-native-safe-area-context": "^4.6.4",
"react-native-screens": "^3.22.0",
"react-native-svg": "latest",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.6",
"@tsconfig/react-native": "^3.0.0",
"@types/lodash": "^4.14.195",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.0.24",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.2.1",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"husky": "^8.0.0",
"jest": "^29.2.1",
"lint-staged": "^13.2.3",
"metro-react-native-babel-preset": "0.76.5",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16"
}
}