package.json 714 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "Tap2Beat",
  3. "version": "0.1.0",
  4. "private": true,
  5. "devDependencies": {
  6. "eslint": "^4.19.0",
  7. "eslint-plugin-react": "^7.7.0",
  8. "jest-expo": "25.0.0",
  9. "react-native-scripts": "1.11.1",
  10. "react-test-renderer": "16.2.0"
  11. },
  12. "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
  13. "scripts": {
  14. "start": "react-native-scripts start",
  15. "eject": "react-native-scripts eject",
  16. "android": "react-native-scripts android",
  17. "ios": "react-native-scripts ios",
  18. "test": "node node_modules/jest/bin/jest.js"
  19. },
  20. "jest": {
  21. "preset": "jest-expo"
  22. },
  23. "dependencies": {
  24. "expo": "^25.0.0",
  25. "react": "16.2.0",
  26. "react-native": "0.52.0"
  27. }
  28. }