Files
bestpc_mobile/package.json

55 lines
1.7 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",
2025-07-18 16:04:59 +07:00
"@react-navigation/native": "^7.1.14",
2025-06-05 10:09:29 +07:00
"@react-navigation/native-stack": "^7.3.13",
"@react-navigation/stack": "^7.3.2",
"dotenv": "^16.5.0",
2025-07-18 16:04:59 +07:00
"expo-image-picker": "~16.1.4",
"expo-linear-gradient": "~14.1.4",
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",
2025-07-18 16:04:59 +07:00
"lodash": "^4.17.21",
2025-06-05 10:09:29 +07:00
"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",
2025-07-18 16:04:59 +07:00
"react-native-collapsible": "^1.6.2",
2025-06-05 10:09:29 +07:00
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
2025-07-18 16:04:59 +07:00
"react-native-reanimated-carousel": "^4.0.2",
"react-native-render-html": "^6.3.4",
2025-06-05 10:09:29 +07:00
"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",
2025-07-18 16:04:59 +07:00
"react-native-webview": "13.13.5",
2025-06-05 10:09:29 +07:00
"react-navigation": "^5.0.0"
2025-05-19 12:00:33 +07:00
},
"devDependencies": {
"@babel/core": "^7.25.2",
2025-07-18 16:04:59 +07:00
"@babel/plugin-transform-private-methods": "^7.27.1",
"@types/lodash": "^4.17.20",
2025-05-19 12:00:33 +07:00
"@types/react": "~19.0.10",
2025-06-05 10:09:29 +07:00
"@types/react-native": "^0.73.0",
2025-07-18 16:04:59 +07:00
"babel-plugin-module-resolver": "^5.0.2",
2025-06-05 10:09:29 +07:00
"expo": "^53.0.9",
2025-07-18 16:04:59 +07:00
"metro-react-native-babel-preset": "^0.77.0",
2025-05-19 12:00:33 +07:00
"typescript": "~5.8.3"
},
"private": true
}