Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "my-react-app",
- "version": "0.1.0",
- "private": true,
- "devDependencies": {
- "eslint-config-rallycoding": "^3.2.0",
- "react-native-scripts": "0.0.27",
- "jest-expo": "^0.3.0",
- "react-test-renderer": "~15.4.1"
- },
- "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
- "scripts": {
- "start": "react-native-scripts start",
- "eject": "react-native-scripts eject",
- "android": "react-native-scripts android",
- "ios": "react-native-scripts ios",
- "test": "node node_modules/jest/bin/jest.js --watch"
- },
- "jest": {
- "preset": "jest-expo"
- },
- "dependencies": {
- "expo": "^15.1.0",
- "axios": "^0.16.1",
- "firebase": "^3.7.8",
- "react": "~15.4.0",
- "react-native": "0.42.3"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment