Files
bestpc_mobile/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2025-05-19 12:00:33 +07:00
{
"name": "bestpc_mobile",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
2025-06-05 10:09:29 +07:00
"@expo/metro-runtime": "~5.0.4",
"@expo/vector-icons": "^14.1.0",
"@react-native-picker/picker": "^2.11.0",
"@react-navigation/drawer": "^7.3.12",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"@react-navigation/stack": "^7.3.2",
"dotenv": "^16.5.0",
"expo-cli": "^4.9.1",
2025-05-19 12:00:33 +07:00
"expo-status-bar": "~2.2.3",
2025-06-05 10:09:29 +07:00
"hermes-engine": "^0.11.0",
"metro-runtime": "^0.82.3",
2025-05-19 12:00:33 +07:00
"react": "19.0.0",
2025-06-05 10:09:29 +07:00
"react-dom": "^19.0.0",
"react-native": "^0.79.2",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.10.0",
"react-native-swiper": "^1.6.0",
"react-native-web": "^0.20.0",
"react-navigation": "^5.0.0"
2025-05-19 12:00:33 +07:00
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
2025-06-05 10:09:29 +07:00
"@types/react-native": "^0.73.0",
"expo": "^53.0.9",
2025-05-19 12:00:33 +07:00
"typescript": "~5.8.3"
},
"private": true
}