Guest User

package.json

a guest
Apr 17th, 2017
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 KB | None | 0 0
  1. {
  2.   "name": "my-react-app",
  3.   "version": "0.1.0",
  4.   "private": true,
  5.   "devDependencies": {
  6.     "eslint-config-rallycoding": "^3.2.0",
  7.     "react-native-scripts": "0.0.27",
  8.     "jest-expo": "^0.3.0",
  9.     "react-test-renderer": "~15.4.1"
  10.   },
  11.   "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
  12.   "scripts": {
  13.     "start": "react-native-scripts start",
  14.     "eject": "react-native-scripts eject",
  15.     "android": "react-native-scripts android",
  16.     "ios": "react-native-scripts ios",
  17.     "test": "node node_modules/jest/bin/jest.js --watch"
  18.   },
  19.   "jest": {
  20.     "preset": "jest-expo"
  21.   },
  22.   "dependencies": {
  23.     "expo": "^15.1.0",
  24.     "axios": "^0.16.1",
  25.     "firebase": "^3.7.8",
  26.     "react": "~15.4.0",
  27.     "react-native": "0.42.3"
  28.   }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment