Skip to content

Instantly share code, notes, and snippets.

@rgstephens
Last active August 18, 2017 16:43
Show Gist options
  • Save rgstephens/04f191d56a849abd137df1aef030154e to your computer and use it in GitHub Desktop.
Save rgstephens/04f191d56a849abd137df1aef030154e to your computer and use it in GitHub Desktop.
NativeStarterPro updated package.json with RN 0.46.4
{
"name": "StrapNativeStarter-Pro",
"version": "7.0.0",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"postinstall": "remotedev-debugger",
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"eslint": "eslint",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"upstreamRepo": "[email protected]:strapmobile/NativeStarterPro-seed.git",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"color": "~1.0.3",
"expo": "^19.0.1",
"lodash": "^4.13.1",
"moment": "^2.18.1",
"native-base": "^2.3.1",
"react": "16.0.0-alpha.13",
"react-native": "0.46.4",
"react-native-button": "^2.1.0",
"react-native-gifted-messenger": "^0.1.4",
"react-native-gifted-spinner": "^0.1.0",
"react-native-modalbox": "^1.4.2",
"react-native-router-flux": "^4.0.0-beta.18",
"react-native-scrollable-tab-view": "0.7.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^4.8.3",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12",
"remote-redux-devtools-on-debugger": "^0.8.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^4.1.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-react-native": "^3.0.1",
"jest-expo": "^20.0.0",
"mocha": "^3.5.0",
"react-native-scripts": "^1.1.0",
"react-test-renderer": "^15.6.1",
"remotedev-rn-debugger": "^0.8.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment