1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "tpmg",
- "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": {
- "@emotion/react": "^11.10.5",
- "@emotion/styled": "^11.10.5",
- "@expo/webpack-config": "^0.17.2",
- "@mui/material": "^5.10.15",
- "@react-native-google-signin/google-signin": "^8.2.1",
- "@react-navigation/drawer": "^6.5.1",
- "@react-navigation/native": "^6.0.14",
- "@react-navigation/native-stack": "^6.9.2",
- "@types/react-native": "~0.70.6",
- "expo": "~47.0.7",
- "expo-auth-session": "~3.8.0",
- "expo-dev-client": "~2.0.1",
- "expo-google-sign-in": "^11.0.0",
- "expo-random": "~13.0.0",
- "expo-status-bar": "~1.4.2",
- "expo-web-browser": "^12.0.0",
- "react": "18.1.0",
- "react-dom": "18.1.0",
- "react-native": "0.70.5",
- "react-native-calendars": "^1.1292.0",
- "react-native-gesture-handler": "^2.8.0",
- "react-native-paper": "^5.0.1",
- "react-native-paper-dropdown": "^1.0.7",
- "react-native-reanimated": "~2.12.0",
- "react-native-safe-area-context": "4.4.1",
- "react-native-screens": "~3.18.0",
- "react-native-web": "~0.18.9",
- "react-navigation": "^4.4.4",
- "react-navigation-stack": "^2.10.4",
- "yarn": "^1.22.19"
- },
- "devDependencies": {
- "@babel/core": "^7.12.9"
- },
- "private": true
- }
|