-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 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
{
"name": "wol-relay",
"version": "1.0.0",
"description": "WOLE — Android WOL relay over HTTP (Expo foreground service). Unofficially: the ‘UpSnap for Android’.",
"license": "MIT",
"keywords": [
"wake-on-lan",
"wol",
"android",
"tailscale",
"expo",
"react-native",
"udp",
"http"
],
"main": "index.js",
"scripts": {
"start": "REACT_NATIVE_PACKAGER_HOSTNAME=192.168.8.32 expo start -c",
"start:tunnel": "expo start --tunnel",
"android": "REACT_NATIVE_PACKAGER_HOSTNAME=192.168.8.32 expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:web": "npm --prefix web run build"
},
"dependencies": {
"@expo-google-fonts/manrope": "^0.4.2",
"@expo-google-fonts/syne": "^0.4.2",
"@tamagui/config": "^1.135.4",
"@tamagui/metro-plugin": "^1.135.4",
"expo": "~54.0.13",
"expo-dev-client": "~6.0.15",
"expo-font": "~14.0.9",
"expo-linear-gradient": "~15.0.7",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-safe-area-context": "~5.6.0",
"react-native-web": "^0.21.2",
"tamagui": "^1.135.4"
},
"private": true,
"devDependencies": {
"@expo/metro-config": "^54.0.7",
"@tamagui/babel-plugin": "^1.135.4",
"@types/react": "~19.1.10",
"babel-preset-expo": "^54.0.6",
"react-dom": "^19.1.0",
"typescript": "~5.9.2"
}
}