-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.61 KB
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": "megnat",
"version": "0.1.0-21",
"private": true,
"main": "expo-router/entry",
"repository": "https://github.com/vilicvane/megnat.git",
"license": "MIT",
"author": "vilicvane",
"type": "module",
"scripts": {
"3": "npm install && npm dedupe && npm install",
"build": "rimraf ./.bld && tsc --build",
"lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .",
"lint-prettier": "prettier --check .",
"test": "npm run lint-prettier && npm run build && npm run lint",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@reown/walletkit": "^1.2.2",
"@walletconnect/core": "^2.19.1",
"@walletconnect/jsonrpc-types": "^1.0.4",
"@walletconnect/react-native-compat": "^2.19.1",
"@walletconnect/types": "^2.19.1",
"@walletconnect/utils": "^2.19.1",
"dayjs": "^1.11.13",
"ethers": "^6.13.5",
"expo": "^52.0.39",
"expo-blur": "^14.0.3",
"expo-camera": "^16.0.18",
"expo-clipboard": "^7.0.1",
"expo-constants": "^17.0.8",
"expo-font": "^13.0.4",
"expo-haptics": "^14.0.1",
"expo-linking": "^7.0.5",
"expo-router": "^4.0.19",
"expo-splash-screen": "^0.29.22",
"expo-status-bar": "^2.0.1",
"expo-symbols": "^0.2.2",
"expo-system-ui": "^4.0.8",
"expo-web-browser": "^14.0.2",
"fast-text-encoding": "^1.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.76.7",
"react-native-gesture-handler": "^2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-paper": "^5.13.1",
"react-native-promise-rejection-utils": "^0.0.1",
"react-native-reanimated": "^3.17.1",
"react-native-safe-area-context": "^5.3.0",
"react-native-screens": "^4.9.2",
"react-native-svg": "^15.11.2",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.19.13",
"react-native-webview": "^13.13.4",
"react-use-event-hook": "^0.9.6",
"tslib": "^2.8.1",
"expo-image": "~2.0.6"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@mufan/eslint-plugin": "^0.2.19",
"@types/react": "^18.3.12",
"eslint": "^8.57.1",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"run-in-every": "^0.2.0",
"typescript": "^5.8.2"
}
}