package.json 1.4 KB

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