home-lab/package.json

54 lines
1.6 KiB
JSON

{
"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 && rm -rf backend/public && cp -r ./dist backend/public",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "1.21.0",
"@types/react": "~18.2.45",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.10",
"expo": "~50.0.11",
"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",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-native": "0.73.4",
"react-native-circular-progress": "^1.3.9",
"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",
"twrnc": "^4.1.0",
"typescript": "^5.3.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",
"babel-plugin-module-resolver": "^5.0.0",
"patch-package": "^8.0.0",
"react-native-svg-transformer": "^1.3.0"
},
"private": true
}