mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"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": {
|
|
"expo": "~48.0.18",
|
|
"expo-status-bar": "~1.4.4",
|
|
"react": "18.2.0",
|
|
"react-native": "0.71.8",
|
|
"react-native-screens": "~3.20.0",
|
|
"react-native-safe-area-context": "4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.0.14",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"private": true
|
|
}
|