Skip to content

Instantly share code, notes, and snippets.

@jm90m
Created October 18, 2018 16:30
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 jm90m/c0a5938ab963d57dd1825a67890f5c7c to your computer and use it in GitHub Desktop.
Save jm90m/c0a5938ab963d57dd1825a67890f5c7c to your computer and use it in GitHub Desktop.
{
"name": "mobile",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-es2015": "^6.24.1",
"crna-make-symlinks-for-yarn-workspaces": "^1.0.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-html-reporter": "^0.5.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest-expo": "~27.0.0",
"metro-bundler-config-yarn-workspaces": "^1.0.3",
"react-native-scripts": "1.14.0",
"react-test-renderer": "16.3.1"
},
"main": "crna-entry.js",
"scripts": {
"prestart": "node link-workspaces.js",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/react-native-action-sheet": "^1.1.0",
"create-react-context": "0.2.2",
"emoji-utils": "^1.0.1",
"expo": "^29.0.0",
"fbemitter": "^2.1.1",
"firebase": "^5.3.1",
"hoist-non-react-statics": "^3.0.1",
"lodash": "^4.17.10",
"moment-timezone": "^0.5.21",
"react": "16.3.1",
"react-fast-compare": "^2.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
"react-native-gifted-chat": "^0.4.3",
"react-native-modal": "^6.5.0",
"react-native-swipe-list-view": "^1.3.1",
"react-native-tab-view": "^1.2.0",
"react-navigation": "^2.9.3",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-saga": "^0.16.0",
"tinycolor2": "^1.4.1",
"unorm": "^1.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment