init:多米蓝牙 sdk

This commit is contained in:
km2023
2026-04-08 15:36:13 +08:00
parent 9e27189799
commit 90dcd9605c
48 changed files with 7557 additions and 9143 deletions

View File

@@ -4,44 +4,26 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"android": "expo run:android",
"ios": "expo run:ios",
"build:ios": "npx expo-brownfield build:ios",
"build:android": "npx expo-brownfield build:android",
"lint": "expo lint"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^7.15.5",
"@react-navigation/elements": "^2.9.10",
"@react-navigation/native": "^7.1.33",
"buffer": "^6.0.3",
"expo": "~55.0.9",
"expo-brownfield": "~55.0.16",
"expo-constants": "~55.0.9",
"expo-device": "~55.0.10",
"expo-font": "~55.0.4",
"expo-glass-effect": "~55.0.8",
"expo-image": "~55.0.6",
"expo-linking": "~55.0.9",
"expo-router": "~55.0.8",
"expo-splash-screen": "~55.0.13",
"expo-status-bar": "~55.0.4",
"expo-symbols": "~55.0.5",
"expo-system-ui": "~55.0.11",
"expo-web-browser": "~55.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-ble-plx": "^3.5.1",
"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-web": "~0.21.0",
"react-native-worklets": "0.7.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@react-native-community/cli": "^20.1.3",
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},