-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.81 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
{
"name": "minimal",
"main": "index.js",
"version": "1.0.0",
"scripts": {
"dev": "expo start -c --android",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start -c --web",
"clean": "rm -rf .expo node_modules",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css",
"test": "vitest"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@dreson4/react-native-quick-bip39": "^0.0.6",
"@expo-google-fonts/poppins": "^0.2.3",
"@gorhom/bottom-sheet": "^4.6.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.18",
"@rn-primitives/avatar": "^1.0.4",
"@rn-primitives/portal": "^1.0.3",
"@rn-primitives/progress": "^1.0.3",
"@rn-primitives/separator": "^1.0.4",
"@rn-primitives/slot": "^1.0.3",
"@rn-primitives/tooltip": "^1.0.3",
"@rn-primitives/types": "^1.0.3",
"axios": "^1.7.7",
"base64-js": "^1.5.1",
"bech32": "^2.0.0",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cosmjs-types": "^0.9.0",
"crypto-es": "^2.1.0",
"elliptic": "^6.5.7",
"expo": "^51.0.31",
"expo-clipboard": "~6.0.3",
"expo-crypto": "~13.0.2",
"expo-font": "~12.0.9",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "^6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-navigation-bar": "^3.0.7",
"expo-router": "^3.5.23",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "^0.27.5",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "^3.0.7",
"lucide-react-native": "^0.436.0",
"moti": "^0.29.0",
"nativewind": "4.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-bootsplash": "^6.1.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-hce": "^0.2.0",
"react-native-nfc-manager": "^3.16.0",
"react-native-qrcode-styled": "^0.3.2",
"react-native-quick-base64": "^2.1.2",
"react-native-quick-crypto": "0.7.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"react-native-webview": "13.8.6",
"sonner-native": "^0.14.0",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"typeforce": "^1.18.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/bn.js": "^5.1.5",
"@types/bun": "latest",
"@types/elliptic": "^6.4.18",
"@types/react": "~18.2.79",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "~5.3.3",
"vitest": "^2.0.5"
},
"private": true,
"resolutions": {
"browserify-sign": "4.2.2"
}
}