StudE-Frontend/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

{
"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": {
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
2023-07-03 21:22:31 +08:00
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"expo": "~48.0.18",
2023-07-16 14:14:54 +08:00
"expo-linking": "~4.0.1",
"expo-status-bar": "~1.4.4",
"moti": "^0.25.3",
"react": "18.2.0",
"react-native": "0.71.8",
2023-07-16 14:14:54 +08:00
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.9.0",
2023-07-16 14:14:54 +08:00
"react-native-image-picker": "^5.6.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
2023-07-16 14:14:54 +08:00
"react-native-select-dropdown": "^3.3.4",
2023-07-03 21:22:31 +08:00
"react-native-svg": "13.4.0",
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-07-16 14:14:54 +08:00
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.0.14",
"typescript": "^4.9.4"
},
"private": true
}