Skip to content

Instantly share code, notes, and snippets.

@thomascothran
Created January 10, 2018 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomascothran/877b93b985aaf8cefac54e6de927c2c0 to your computer and use it in GitHub Desktop.
Save thomascothran/877b93b985aaf8cefac54e6de927c2c0 to your computer and use it in GitHub Desktop.
{
"name": "mobileApp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.12.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "0.56.0",
"flow-typed": "^2.2.3",
"jest-expo": "23.0.0",
"react-native-scripts": "1.8.1",
"react-test-renderer": "16.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"flow": "flow",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@feathersjs/feathers": "^3.0.2",
"@feathersjs/rest-client": "^1.3.2",
"axios": "^0.17.1",
"es6-symbol": "^3.1.1",
"expo": "^23.0.4",
"moment": "^2.19.4",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-elements": "^0.18.4",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-loop": "^4.2.4",
"uuid-js": "^0.7.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment