You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
512 B

  1. {
  2. "name": "loginmockup2",
  3. "version": "1.0.0",
  4. "main": "node_modules/expo/AppEntry.js",
  5. "scripts": {
  6. "start": "expo start",
  7. "android": "expo start --android",
  8. "ios": "expo start --ios",
  9. "web": "expo start --web"
  10. },
  11. "dependencies": {
  12. "expo": "~50.0.14",
  13. "expo-status-bar": "~1.11.1",
  14. "react": "18.2.0",
  15. "react-native": "0.73.6"
  16. },
  17. "devDependencies": {
  18. "@babel/core": "^7.20.0",
  19. "@types/react": "~18.2.45",
  20. "typescript": "^5.1.3"
  21. },
  22. "private": true
  23. }