{ "name": "myapp", "version": "1.0.0", "main": "expo-router/entry", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "build:web": "expo export -p web && npx workbox-cli generateSW workbox-config.js && rm -rf backend/public && cp -r ./dist backend/public", "postinstall": "patch-package" }, "dependencies": { "@expo/metro-runtime": "~3.1.3", "@hookform/resolvers": "^3.3.4", "@miblanchard/react-native-slider": "^2.3.1", "@react-native-async-storage/async-storage": "1.21.0", "@types/react": "~18.2.45", "base-64": "^1.0.0", "class-variance-authority": "^0.7.0", "dayjs": "^1.11.10", "expo": "~50.0.11", "expo-av": "~13.10.5", "expo-constants": "~15.4.5", "expo-linking": "~6.2.2", "expo-router": "~3.4.8", "expo-status-bar": "~1.11.1", "hono": "^4.1.0", "jsmediatags": "^3.9.7", "react": "18.2.0", "react-dom": "18.2.0", "react-helmet": "^6.1.0", "react-hook-form": "^7.51.0", "react-native": "0.73.4", "react-native-circular-progress": "^1.3.9", "react-native-fs": "^2.20.0", "react-native-modal": "^13.0.1", "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-svg": "14.1.0", "react-native-toast-notifications": "^3.4.0", "react-native-web": "~0.19.6", "react-query": "^3.39.3", "react-vnc": "^1.0.0", "twrnc": "^4.1.0", "typescript": "^5.3.0", "utf8": "^3.0.0", "xterm": "^5.3.0", "xterm-addon-attach": "^0.9.0", "xterm-addon-fit": "^0.8.0", "zod": "^3.22.4", "zustand": "^4.5.2" }, "devDependencies": { "@babel/core": "^7.20.0", "@types/react-helmet": "^6.1.11", "babel-plugin-module-resolver": "^5.0.0", "patch-package": "^8.0.0", "react-native-svg-transformer": "^1.3.0", "workbox-cli": "^7.0.0" }, "private": true }