-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.39 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.39 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
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
{
"name": "alby-go",
"version": "2.1.0",
"main": "./index.js",
"scripts": {
"start": "expo start",
"start:clean": "expo start --reset-cache",
"start:tunnel": "expo start --tunnel",
"android": "expo run:android",
"ios": "expo run:ios",
"device:ios": "PLATFORM=ios npx expo run:ios --device",
"device:android": "PLATFORM=android npx expo run:android --device",
"eas:build:ios:preview": "PLATFORM=ios eas build --profile preview --platform ios",
"eas:build:ios": "PLATFORM=ios eas build --platform ios",
"eas:submit:ios": "eas submit -p ios --latest",
"eas:build:android:preview": "PLATFORM=android eas build --profile preview --platform android",
"eas:build:android": "PLATFORM=android eas build --platform android",
"ts:check": "tsc",
"prepare": "husky",
"lint": "yarn lint:js && yarn tsc:compile && yarn format:fix --report-unused-disable-directives --max-warnings 0",
"lint:js": "eslint . --max-warnings 0",
"lint:js:fix": "eslint . --fix",
"tsc:compile": "tsc --noEmit",
"format": "prettier --check '**/*.{js,ts,tsx,md,json}'",
"format:fix": "prettier --log-level silent --write '**/*.{js,ts,tsx,md,json}'",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@alevy97/react-native-userdefaults": "^0.2.2",
"@getalby/expo-shared-preferences": "^0.0.1",
"@getalby/lightning-tools": "^8.1.1",
"@getalby/sdk": "8.0.3",
"@gorhom/bottom-sheet": "^5.2.14",
"@noble/curves": "2.0.1",
"@noble/hashes": "2.0.1",
"@popicons/react-native": "^0.0.22",
"@rn-primitives/slot": "^1.2.0",
"@rn-primitives/switch": "^1.2.0",
"@sentry/react-native": "~7.11.0",
"bech32": "^2.0.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"colorizr": "^3.0.8",
"dayjs": "^1.11.10",
"expo": "~57.0.14",
"expo-camera": "~57.0.3",
"expo-clipboard": "~57.0.1",
"expo-constants": "~57.0.12",
"expo-device": "~57.0.1",
"expo-font": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image-picker": "~57.0.11",
"expo-linear-gradient": "~57.0.1",
"expo-linking": "~57.0.6",
"expo-local-authentication": "~57.0.2",
"expo-location": "~57.0.11",
"expo-notification-service-extension-plugin": "^1.0.1",
"expo-notifications": "~57.0.12",
"expo-router": "~57.0.14",
"expo-secure-store": "~57.0.1",
"expo-splash-screen": "~57.0.7",
"expo-status-bar": "~57.0.1",
"message-port-polyfill": "^0.2.0",
"nativewind": "^4.2.1",
"nostr-tools": "2.23.5",
"pastellify": "^0.1.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.2",
"react-native-country-flag": "^2.0.2",
"react-native-gesture-handler": "~2.32.0",
"react-native-get-random-values": "^1.9.0",
"react-native-qrcode-styled": "^0.4.0",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-toast-message": "^2.3.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"text-encoding": "^0.7.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-typescript": "^7.24.7",
"@react-native/jest-preset": "^0.86.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.10.0",
"@types/react": "~19.2.10",
"@types/text-encoding": "^0.0.40",
"eslint": "^8.57.0",
"eslint-config-expo": "~57.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-expo": "~57.0.4",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3",
"typescript": "~6.0.3"
},
"private": true,
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(?:.pnpm/)?((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg|standard-navigation))"
]
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}