-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.31 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
{
"name": "enuts",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"format": "prettier --write ."
},
"dependencies": {
"@cashu/cashu-ts": "^3.6.4",
"@cashu/coco-core": "^1.0.0-rc.2",
"@cashu/coco-expo-sqlite": "^1.0.0-rc.2",
"@cashu/coco-react": "^1.0.0-rc.2",
"@expo/vector-icons": "^15.0.3",
"@gandlaf21/bc-ur": "^1.1.12",
"@lodev09/react-native-true-sheet": "^3.10.1",
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"@scure/bip39": "^2.0.0",
"@shopify/flash-list": "2.0.2",
"@tamagui/core": "^2.0.0-rc.41",
"@tamagui/web": "2.0.0-rc.41",
"@tanstack/react-query": "^5.83.0",
"@types/react-native-onboarding-swiper": "^1.1.9",
"bech32": "^2.0.0",
"cashu-kym": "^0.4.1",
"coco-cashu-plugin-npc": "^3.0.0-rc.20260430.1.1.sha.211bc4c",
"crypto-js": "^4.2.0",
"expo": "~54.0.25",
"expo-application": "~7.0.7",
"expo-camera": "~17.0.9",
"expo-clipboard": "~8.0.7",
"expo-crypto": "~15.0.7",
"expo-dev-client": "~6.0.18",
"expo-drizzle-studio-plugin": "^0.2.1",
"expo-file-system": "~19.0.19",
"expo-image": "~3.0.10",
"expo-localization": "~17.0.7",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.11",
"expo-sqlite": "~16.0.9",
"expo-status-bar": "~3.0.8",
"i18next": "^25.3.2",
"lottie-react-native": "~7.3.1",
"message-port-polyfill": "^0.2.0",
"nostr-tools": "^2.17.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.6.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-nfc-manager": "^4.0.0-beta.6",
"react-native-onboarding-swiper": "^1.3.0",
"react-native-popup-menu": "^0.18.0",
"react-native-qrcode-svg": "^6.3.15",
"react-native-reanimated": "^4.1.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.1.10",
"expo-mcp": "~0.2.1",
"prettier": "^3.7.4",
"typescript": "~5.9.2"
},
"private": true
}