-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "nwc-react-native",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"start:tunnel": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eas:build:ios:preview": "eas build --profile preview --platform ios",
"eas:build:android:preview": "eas build --profile preview --platform android",
"eas:build:ios": "eas build --platform ios",
"eas:submit:ios": "eas submit -p ios --latest",
"ts:check": "tsc"
},
"dependencies": {
"@getalby/lightning-tools": "^5.1.0",
"@getalby/sdk": "^3.8.1",
"expo": "^52.0.14",
"message-port-polyfill": "^0.2.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-get-random-values": "^1.9.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "13.12.2",
"react-native-webview-crypto": "^0.0.25",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"@webbtc/webln-types": "^2.1.0",
"typescript": "^5.1.3"
},
"private": true
}