-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 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
{
"name": "asanee",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:android": "eas build --platform android",
"build:ios": "eas build --platform ios"
},
"dependencies": {
"@getalby/sdk": "^7.0.0",
"@noble/hashes": "^2.0.1",
"expo": "~54.0.33",
"expo-camera": "^17.0.10",
"expo-clipboard": "^8.0.8",
"expo-local-authentication": "~17.0.8",
"expo-secure-store": "^15.0.8",
"expo-status-bar": "~3.0.9",
"lucide-react-native": "^0.563.0",
"message-port-polyfill": "^0.2.0",
"nostr-tools": "^2.23.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-paper": "^5.15.0",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^3.0.0",
"react-native-worklets": "0.5.1",
"text-encoding": "^0.7.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/react": "~19.1.0",
"babel-preset-expo": "^54.0.10",
"typescript": "~5.9.2"
},
"private": true
}