2023-07-03 16:18:27 +08:00
|
|
|
{
|
|
|
|
"name": "stude_frontend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "expo start",
|
|
|
|
"android": "expo start --android",
|
|
|
|
"ios": "expo start --ios",
|
|
|
|
"web": "expo start --web"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-04 14:18:48 +08:00
|
|
|
"@react-native-async-storage/async-storage": "1.17.11",
|
2023-07-03 16:18:39 +08:00
|
|
|
"@react-navigation/drawer": "^6.6.3",
|
2023-07-04 14:18:48 +08:00
|
|
|
"@react-navigation/native": "^6.1.7",
|
2023-07-03 16:18:39 +08:00
|
|
|
"@react-navigation/native-stack": "^6.9.13",
|
2023-07-03 21:22:31 +08:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2023-07-17 14:13:04 +08:00
|
|
|
"@tanstack/react-query": "^4.29.25",
|
2023-07-03 21:22:31 +08:00
|
|
|
"axios": "^1.4.0",
|
2023-07-03 16:18:27 +08:00
|
|
|
"expo": "~48.0.18",
|
2023-07-27 16:00:31 +08:00
|
|
|
"expo-file-system": "~15.2.2",
|
|
|
|
"expo-image-picker": "~14.1.1",
|
2023-07-17 13:55:02 +08:00
|
|
|
"expo-intent-launcher": "~10.5.2",
|
2023-07-17 14:13:04 +08:00
|
|
|
"expo-linking": "~4.0.1",
|
2023-07-07 14:21:28 +08:00
|
|
|
"expo-location": "~15.1.1",
|
2023-07-03 16:18:27 +08:00
|
|
|
"expo-status-bar": "~1.4.4",
|
2023-10-01 00:54:31 +08:00
|
|
|
"moment": "^2.29.4",
|
2023-07-04 14:18:48 +08:00
|
|
|
"moti": "^0.25.3",
|
2023-07-03 16:18:27 +08:00
|
|
|
"react": "18.2.0",
|
2023-10-22 00:57:01 +08:00
|
|
|
"react-native": "0.71.14",
|
2023-07-25 16:52:35 +08:00
|
|
|
"react-native-bouncy-checkbox": "^3.0.7",
|
2023-07-16 14:14:54 +08:00
|
|
|
"react-native-dropdown-picker": "^5.4.6",
|
2023-07-03 16:18:39 +08:00
|
|
|
"react-native-gesture-handler": "~2.9.0",
|
2023-07-16 14:14:54 +08:00
|
|
|
"react-native-image-picker": "^5.6.0",
|
2023-07-17 14:13:04 +08:00
|
|
|
"react-native-maps": "1.3.2",
|
2023-07-16 14:14:54 +08:00
|
|
|
"react-native-modal": "^13.0.1",
|
2023-07-03 16:18:39 +08:00
|
|
|
"react-native-reanimated": "~2.14.4",
|
|
|
|
"react-native-safe-area-context": "4.5.0",
|
2023-07-03 16:18:27 +08:00
|
|
|
"react-native-screens": "~3.20.0",
|
2023-07-16 14:14:54 +08:00
|
|
|
"react-native-select-dropdown": "^3.3.4",
|
2023-07-24 16:53:20 +08:00
|
|
|
"react-native-svg": "13.4.0",
|
2023-08-14 21:13:46 +08:00
|
|
|
"react-native-toast-notifications": "^3.3.1",
|
2023-07-17 13:39:19 +08:00
|
|
|
"react-query": "^3.39.3",
|
2023-07-03 21:22:31 +08:00
|
|
|
"react-redux": "^8.1.1",
|
2023-10-01 14:28:03 +08:00
|
|
|
"redux": "^4.2.1",
|
|
|
|
"expo-task-manager": "~11.1.1",
|
|
|
|
"expo-background-fetch": "~11.1.1",
|
|
|
|
"expo-notifications": "~0.18.1"
|
2023-07-03 16:18:27 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
"@types/react": "~18.0.14",
|
2023-07-27 16:00:31 +08:00
|
|
|
"@types/react-native-fetch-blob": "^0.10.7",
|
2023-07-03 16:18:27 +08:00
|
|
|
"typescript": "^4.9.4"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|