Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled
79 lines
2.8 KiB
JSON
79 lines
2.8 KiB
JSON
{
|
|
"name": "lstmobile",
|
|
"main": "expo-router/entry",
|
|
"version": "0.0.2-alpha",
|
|
"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",
|
|
"build:apk:clean": "expo prebuild --clean && cd android && gradlew.bat clean && gradlew.bat assembleRelease && npm run copy:apk",
|
|
"build:apk": "expo prebuild && cd android && gradlew.bat assembleRelease && npm run copy:apk",
|
|
"build:mobile": "cd scripts && node runBuild.ts",
|
|
"build:mobile:bump": "cd scripts && node runBuild.ts --bump",
|
|
"copy:apk": "cd android && copy /Y app\\build\\outputs\\apk\\release\\app-release.apk ..\\..\\downloads\\mobile\\lst-mobile.apk",
|
|
"update": "adb install android/app/build/outputs/apk/release/app-release.apk",
|
|
"checklogs": "adb logcat -v time -s ReactNativeJS"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/bottom-tabs": "^7.15.5",
|
|
"@react-navigation/elements": "^2.9.10",
|
|
"@react-navigation/native": "^7.1.33",
|
|
"@rn-primitives/portal": "^1.4.0",
|
|
"@rn-primitives/separator": "^1.4.0",
|
|
"@rn-primitives/slot": "^1.4.0",
|
|
"@tanstack/react-query": "^5.99.0",
|
|
"axios": "^1.15.0",
|
|
"babel-preset-expo": "^55.0.18",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns-tz": "^3.2.0",
|
|
"expo": "~55.0.15",
|
|
"expo-application": "~55.0.14",
|
|
"expo-audio": "~55.0.14",
|
|
"expo-av": "^16.0.8",
|
|
"expo-build-properties": "~55.0.13",
|
|
"expo-constants": "~55.0.14",
|
|
"expo-device": "~55.0.15",
|
|
"expo-font": "~55.0.6",
|
|
"expo-glass-effect": "~55.0.10",
|
|
"expo-haptics": "~55.0.14",
|
|
"expo-image": "~55.0.8",
|
|
"expo-linking": "~55.0.13",
|
|
"expo-router": "~55.0.12",
|
|
"expo-splash-screen": "~55.0.18",
|
|
"expo-status-bar": "~55.0.5",
|
|
"expo-symbols": "~55.0.7",
|
|
"expo-system-ui": "~55.0.15",
|
|
"expo-web-browser": "~55.0.14",
|
|
"lucide-react-native": "^1.8.0",
|
|
"nativewind": "^4.2.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.4",
|
|
"react-native-gesture-handler": "~2.30.0",
|
|
"react-native-reanimated": "^4.2.1",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-tcp-socket": "^6.4.1",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.7.2",
|
|
"socket.io-client": "^4.8.3",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^3.4.19",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"eas-cli": "^18.7.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|