Application Android et IOS pour l'amicale des élèves
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.

package.json 520B

123456789101112131415161718192021
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "web": "expo start --web",
  8. "eject": "expo eject"
  9. },
  10. "dependencies": {
  11. "expo": "^33.0.0",
  12. "react": "16.8.3",
  13. "react-dom": "^16.8.6",
  14. "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
  15. "react-native-web": "^0.11.4"
  16. },
  17. "devDependencies": {
  18. "babel-preset-expo": "^5.1.1"
  19. },
  20. "private": true
  21. }