-
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.38 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.38 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.0.1",
"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": "^6.0.0",
"@getalby/sdk": "^7.0.0",
"@gorhom/bottom-sheet": "^5.2.6",
"@noble/curves": "^1.6.0",
"@popicons/react-native": "^0.0.22",
"@rn-primitives/label": "^1.2.0",
"@rn-primitives/slot": "^1.2.0",
"@rn-primitives/switch": "^1.2.0",
"@rn-primitives/types": "^1.2.0",
"@sentry/react-native": "~7.2.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": "54.0.21",
"expo-camera": "~17.0.8",
"expo-clipboard": "~8.0.7",
"expo-constants": "~18.0.10",
"expo-device": "~8.0.9",
"expo-font": "~14.0.9",
"expo-image-picker": "~17.0.8",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-local-authentication": "~17.0.7",
"expo-location": "~19.0.7",
"expo-notification-service-extension-plugin": "^1.0.1",
"expo-notifications": "~0.32.12",
"expo-router": "~6.0.14",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "^3.0.8",
"lottie-react-native": "~7.3.1",
"message-port-polyfill": "^0.2.0",
"nativewind": "^4.2.1",
"pastellify": "^0.1.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-country-flag": "^2.0.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^1.9.0",
"react-native-qrcode-styled": "^0.4.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "^5.6.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-toast-message": "^2.3.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"text-encoding": "^0.7.0",
"yarn": "^1.22.22",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-typescript": "^7.24.7",
"@expo/config-plugins": "~54.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/jest": "^29.5.13",
"@types/react": "~19.1.10",
"@types/text-encoding": "^0.0.40",
"eslint": "^8.57.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-expo": "~54.0.13",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3",
"typescript": "~5.9.2"
},
"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))"
]
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}