uas-mobile-22412001/package.json

32 lines
966 B
JSON
Raw Permalink Normal View History

2025-05-08 09:48:05 +07:00
{
"name": "checkcare",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"axios": "^1.9.0",
2025-06-05 10:17:05 +07:00
"expo": "53.0.10",
2025-05-08 09:48:05 +07:00
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
2025-06-05 10:17:05 +07:00
"react-native": "0.79.3",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "^3.17.5",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.11.1",
"@react-native-async-storage/async-storage": "2.1.2"
2025-05-08 09:48:05 +07:00
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
2025-07-10 11:44:09 +07:00
"private": true,
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3"
2025-05-08 09:48:05 +07:00
}