forked from Adamantine-guild/guildpass-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.33 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
{
"name": "guildpass-mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"ios": "expo start --ios",
"android": "expo start --android",
"web": "expo start --web",
"test": "vitest",
"test:run": "vitest run",
"test:e2e": "maestro test .maestro/",
"test:e2e:single": "maestro test",
"test:e2e:studio": "maestro studio",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"verify:deep-links": "node scripts/verify-deep-links.mjs"
},
"dependencies": {
"@ethersproject/shims": "^5.8.0",
"@guildpass/sdk": "github:Adamantine-Guild/guildpass-sdk",
"@privy-io/expo": "^0.70.3",
"@privy-io/expo-native-extensions": "^0.0.12",
"@react-native-async-storage/async-storage": "^3.1.1",
"@react-native-community/netinfo": "^12.0.1",
"@tanstack/query-async-storage-persister": "^5.101.2",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-persist-client": "^5.101.1",
"elliptic": "^6.6.1",
"expo": "~50.0.14",
"expo-build-properties": "^0.11.1",
"expo-camera": "~14.1.3",
"expo-application": "~5.8.3",
"expo-clipboard": "~5.0.1",
"expo-crypto": "~12.8.1",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-local-authentication": "^57.0.1",
"expo-router": "~3.4.8",
"expo-secure-store": "~12.8.1",
"expo-sqlite": "^57.0.1",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.13",
"expo-web-browser": "~12.8.2",
"fast-text-encoding": "^1.0.6",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-get-random-values": "^1.11.0",
"react-native-passkeys": "^1.6.0",
"react-native-webview": "13.6.4",
"viem": "^2.55.2",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.4.3",
"@types/elliptic": "^6.4.18",
"@types/react": "~18.2.45",
"eslint": "^8.57.0",
"eslint-config-expo": "~7.0.0",
"eslint-plugin-prettier": "^5.5.6",
"prettier": "^3.2.5",
"react-test-renderer": "^18.2.0",
"tailwindcss": "3.3.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"private": true
}