-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.5 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
{
"name": "marriage-dao",
"version": "1.0.13",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"postinstall": "patch-package",
"bpre": "eas build --profile preview --platform all",
"bpro": "eas build --profile production --platform all",
"upre": "eas update --branch preview --message 'Updating the Preview/TestFlight/Internal version'",
"upro": "eas update --branch production --message 'Updating the Production version'"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-navigation/bottom-tabs": "^6.5.5",
"@react-navigation/drawer": "^6.6.0",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.10",
"@reduxjs/toolkit": "^1.9.2",
"@thirdweb-dev/react": "^3.9.1",
"@thirdweb-dev/sdk": "^3.9.1",
"@walletconnect/react-native-dapp": "^1.8.0",
"buffer": "^6.0.3",
"expo": "~45.0.0",
"expo-asset": "~8.5.0",
"expo-constants": "~13.1.1",
"expo-crypto-polyfills": "^1.1.0",
"expo-font": "~10.1.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-local-authentication": "~12.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-system-ui": "~1.2.0",
"expo-updates": "~0.13.3",
"expo-web-browser": "~10.2.1",
"patch-package": "^6.5.1",
"process": "^0.11.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-get-random-values": "^1.8.0",
"react-native-reanimated": "~2.10.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "9.6.4",
"react-native-svg-transformer": "^1.0.0",
"react-native-web": "0.17.7",
"react-native-webview": "^11.26.1",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0",
"use-reducer-async": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"jest": "^26.6.3",
"jest-expo": "^45.0.0",
"react-test-renderer": "17.0.2",
"typescript": "~4.3.5"
},
"private": true
}