53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "remote-wol",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"lint": "expo lint"
|
|
},
|
|
"dependencies": {
|
|
"@bacons/apple-targets": "^3.0.6",
|
|
"@expo/ui": "55.0.1",
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-navigation/bottom-tabs": "^7.4.0",
|
|
"@react-navigation/elements": "^2.6.3",
|
|
"@react-navigation/native": "^7.1.8",
|
|
"burnt": "^0.13.0",
|
|
"expo": "^55.0.5",
|
|
"expo-constants": "~55.0.7",
|
|
"expo-font": "~55.0.4",
|
|
"expo-glass-effect": "~55.0.7",
|
|
"expo-haptics": "~55.0.8",
|
|
"expo-image": "~55.0.6",
|
|
"expo-linking": "~55.0.7",
|
|
"expo-router": "~55.0.4",
|
|
"expo-splash-screen": "~55.0.10",
|
|
"expo-status-bar": "~55.0.4",
|
|
"expo-symbols": "~55.0.5",
|
|
"expo-system-ui": "~55.0.9",
|
|
"expo-web-browser": "~55.0.9",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-gesture-handler": "~2.30.0",
|
|
"react-native-reanimated": "4.2.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.10",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-expo": "~55.0.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|