-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.63 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
{
"name": "react-native-demo-wallet",
"main": "index.js",
"version": "0.0.0",
"scripts": {
"dev": "expo start -c --ios",
"dev:web": "expo start -c --web",
"dev:android": "expo start -c --android",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"api": "vercel dev",
"clean": "rm -rf .expo node_modules",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.15.0",
"@react-navigation/native": "^7.0.0",
"@rn-primitives/avatar": "~1.1.0",
"@rn-primitives/dropdown-menu": "^1.1.0",
"@rn-primitives/portal": "~1.1.0",
"@rn-primitives/progress": "~1.1.0",
"@rn-primitives/separator": "^1.1.0",
"@rn-primitives/slot": "~1.1.0",
"@rn-primitives/tooltip": "~1.1.0",
"@rn-primitives/types": "~1.1.0",
"@turnkey/api-key-stamper": "^0.4.3",
"@turnkey/crypto": "^2.2.0",
"@turnkey/http": "^2.16.0",
"@turnkey/react-native-passkey-stamper": "^1.0.0",
"@turnkey/sdk-server": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"expo": "^52.0.7",
"expo-build-properties": "~0.13.1",
"expo-crypto": "~14.0.1",
"expo-font": "~13.0.1",
"expo-linear-gradient": "^14.0.1",
"expo-linking": "~7.0.2",
"expo-navigation-bar": "~4.0.6",
"expo-router": "~4.0.5",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "^0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"lucide-react-native": "^0.378.0",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "^0.76.5",
"react-native-drawer-layout": "^4.0.4",
"react-native-gesture-handler": "~2.20.2",
"react-native-otp-entry": "^1.7.3",
"react-native-passkey": "^3.0.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"sonner-native": "^0.16.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.53",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~18.3.12",
"@vercel/node": "^3.2.26",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20"
},
"private": true,
"packageManager": "[email protected]+sha224.15f75bcfda405ef1634f73ca495f8e8e4280cf9a903e73bf62490060"
}