-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.49 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "expo-app",
"main": "expo-router/entry",
"version": "0.1.0",
"scripts": {
"start": "bunx expo start",
"android": "bunx expo run:android",
"ios": "bunx expo run:ios",
"web": "bunx expo start --web",
"test": "bun test",
"cleanup": "rimraf .expo dist node_modules ios android",
"lint": "bunx biome check .",
"format": "bunx biome check . --write --unsafe",
"stories": "bunx ladle serve"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo-google-fonts/dm-sans": "^0.2.3",
"@expo/html-elements": "0.10.1",
"@expo/vector-icons": "14.0.0",
"@gluestack-ui/accordion": "1.0.6",
"@gluestack-ui/actionsheet": "0.2.44",
"@gluestack-ui/alert": "0.1.15",
"@gluestack-ui/alert-dialog": "0.1.30",
"@gluestack-ui/avatar": "0.1.17",
"@gluestack-ui/button": "1.0.7",
"@gluestack-ui/checkbox": "0.1.31",
"@gluestack-ui/divider": "0.1.9",
"@gluestack-ui/fab": "0.1.21",
"@gluestack-ui/form-control": "0.1.18",
"@gluestack-ui/icon": "0.1.22",
"@gluestack-ui/image": "0.1.10",
"@gluestack-ui/input": "0.1.31",
"@gluestack-ui/link": "0.1.22",
"@gluestack-ui/menu": "0.2.36",
"@gluestack-ui/modal": "0.1.34",
"@gluestack-ui/nativewind-utils": "1.0.24",
"@gluestack-ui/overlay": "latest",
"@gluestack-ui/popover": "0.1.37",
"@gluestack-ui/pressable": "0.1.16",
"@gluestack-ui/progress": "0.1.16",
"@gluestack-ui/radio": "0.1.32",
"@gluestack-ui/select": "0.1.29",
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/toast": "1.0.7",
"@gluestack-ui/tooltip": "0.1.32",
"@gorhom/bottom-sheet": "5.0.0-alpha.11",
"@hookform/resolvers": "3.9.0",
"@ladle/react": "^4.1.1",
"@ledgerhq/devices": "^8.4.4",
"@ledgerhq/logs": "^6.12.0",
"@ledgerhq/react-native-hid": "6.32.4",
"@ledgerhq/react-native-hw-transport-ble": "6.33.4",
"@legendapp/motion": "2.4.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "6.1.18",
"@shopify/flash-list": "^1.7.1",
"@unitools/image": "0.0.4",
"@unitools/image-expo": "0.0.5",
"@unitools/link": "0.0.3",
"@unitools/link-expo": "0.0.1",
"@unitools/navigation": "0.0.1-alpha.0",
"@unitools/router": "0.0.4",
"@unitools/router-expo": "0.0.1",
"@web3modal/polyfills": "5.1.9",
"clsx": "2.1.1",
"dayjs": "^1.11.13",
"expo": "51.0.34",
"expo-asset": "~10.0.10",
"expo-brightness": "~12.0.1",
"expo-camera": "~15.0.16",
"expo-clipboard": "~6.0.3",
"expo-font": "12.0.10",
"expo-haptics": "~13.0.1",
"expo-image": "1.13.0",
"expo-linking": "6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-location": "~17.0.1",
"expo-router": "3.5.23",
"expo-secure-store": "13.0.2",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "3.0.7",
"expo-updates": "0.25.25",
"expo-web-browser": "13.0.3",
"js-big-decimal": "^2.1.0",
"lucide-react-native": "0.446.0",
"mina-ledger-js": "1.0.7",
"mina-signer": "^3.0.7",
"nanoid": "5.0.7",
"nativewind": "4.1.16",
"o1js": "^1.8.0",
"rambda": "^9.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-native": "0.75.3",
"react-native-ble-plx": "3.2.1",
"react-native-gesture-handler": "2.20.0",
"react-native-get-random-values": "1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-mmkv": "2.12.2",
"react-native-qrcode-svg": "6.3.2",
"react-native-reanimated": "3.15.3",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.34.0",
"react-native-svg": "15.7.1",
"react-native-web": "0.19.12",
"swr": "^2.2.5",
"tailwindcss": "3.4.14",
"ts-pattern": "5.4.0",
"uuid": "^10.0.0",
"zod": "3.23.8",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@biomejs/biome": "1.9.2",
"@happy-dom/global-registrator": "^15.7.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/bun": "^1.1.11",
"@types/react": "18.2.45",
"@types/react-native": "0.73.0",
"@unitools/babel-plugin-universal-image": "1.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "10.4.20",
"babel-plugin-module-resolver": "5.0.2",
"jest": "29.2.1",
"jest-expo": "51.0.1",
"jscodeshift": "0.15.2",
"react-native-svg-transformer": "1.5.0",
"react-test-renderer": "18.2.0",
"rimraf": "6.0.1",
"typescript": "5.6.2",
"vite": "^5.4.8",
"vite-plugin-react-native-web": "^1.1.2"
},
"private": true
}