No Description

package.json 730B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "start": "expo start --dev-client",
  7. "android": "expo run:android",
  8. "ios": "expo run:ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "@expo/webpack-config": "^0.17.2",
  13. "@react-native-picker/picker": "^2.4.8",
  14. "expo": "^47.0.6",
  15. "expo-font": "~11.0.1",
  16. "expo-splash-screen": "~0.17.5",
  17. "expo-status-bar": "~1.4.2",
  18. "react": "18.1.0",
  19. "react-dom": "18.1.0",
  20. "react-native": "0.70.5",
  21. "react-native-dropdown-picker": "^5.4.3",
  22. "react-native-element-dropdown": "^2.5.0",
  23. "react-native-web": "~0.18.9"
  24. },
  25. "devDependencies": {
  26. "@babel/core": "^7.19.3"
  27. },
  28. "private": true
  29. }