package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "transpile": "babel lib --out-dir dist/lib --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ && babel modules --out-dir dist/modules --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
  10. },
  11. "dependencies": {
  12. "expo": "^34.0.0-experiment.8",
  13. "prop-types": "^15.7.2",
  14. "react": "16.8.3",
  15. "react-dom": "^16.8.6",
  16. "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
  17. "react-native-web": "^0.11.5"
  18. },
  19. "devDependencies": {
  20. "@babel/cli": "^7.4.4",
  21. "@babel/core": "^7.4.3",
  22. "@babel/plugin-proposal-decorators": "^7.4.4",
  23. "@babel/preset-env": "^7.4.3",
  24. "@babel/preset-react": "^7.0.0",
  25. "babel-preset-expo": "^5.1.1"
  26. },
  27. "name": "trapilib",
  28. "version": "1.0.7",
  29. "directories": {
  30. "lib": "lib"
  31. },
  32. "repository": {
  33. "type": "git",
  34. "url": "http://git.onarbooks.com/Klapi/TrapiLib"
  35. },
  36. "author": "",
  37. "license": "ISC",
  38. "description": ""
  39. }