Last active
March 7, 2019 22:34
-
-
Save dancancro/8f43d9d50716520ec57276ac122e6d93 to your computer and use it in GitHub Desktop.
Version problems between expo, react-native and babel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"babel": { | |
"presets": [ | |
"@babel/preset-env", | |
"@babel/preset-react", | |
"babel-preset-expo" | |
] | |
}, | |
"main": "node_modules/expo/AppEntry.js", | |
"scripts": { | |
"start": "expo start", | |
"android": "expo start --android", | |
"ios": "expo start --ios", | |
"eject": "expo eject" | |
}, | |
"dependencies": { | |
"expo": "^32.0.0", | |
"react": "16.8.4", | |
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.1.tar.gz", | |
"react-select": "2.4.1" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.2.3", | |
"@babel/core": "7.3.4", | |
"@babel/preset-env": "^7.3.4", | |
"@babel/preset-react": "^7.0.0", | |
"@google/clasp": "^1.5.3", | |
"@types/google-apps-script": "0.0.26", | |
"babel-core": "^7.0.0-bridge.0", | |
"babel-eslint": "^10.0.1", | |
"babel-loader": "^8.0.4", | |
"babel-plugin-add-module-exports": "^0.2.1", | |
"babel-plugin-transform-class-properties": "^6.24.1", | |
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", | |
"babel-plugin-transform-es3-property-literals": "^6.22.0", | |
"babel-plugin-transform-object-assign": "^6.22.0", | |
"babel-plugin-transform-object-rest-spread": "^6.26.0", | |
"babel-preset-expo": "^5.0.0", | |
"clean-webpack-plugin": "^0.1.19", | |
"copy-webpack-plugin": "^4.5.2", | |
"css-loader": "^1.0.0", | |
"eslint": "^5.6.0", | |
"eslint-config-google": "^0.9.1", | |
"eslint-config-prettier": "^2.9.0", | |
"eslint-config-standard": "^11.0.0", | |
"eslint-loader": "^2.1.0", | |
"eslint-plugin-googleappsscript": "^1.0.1", | |
"eslint-plugin-import": "^2.13.0", | |
"eslint-plugin-jsx-a11y": "^6.1.1", | |
"eslint-plugin-node": "^7.0.1", | |
"eslint-plugin-prettier": "^2.6.2", | |
"eslint-plugin-promise": "^3.8.0", | |
"eslint-plugin-react": "^7.10.0", | |
"eslint-plugin-standard": "^3.1.0", | |
"gas-lib": "^2.0.2", | |
"gas-webpack-plugin": "^0.3.0", | |
"html-webpack-inline-source-plugin": "0.0.10", | |
"html-webpack-plugin": "^3.2.0", | |
"jest": "24.3.0", | |
"prettier": "^1.13.7", | |
"prop-types": "^15.6.2", | |
"react-addons-css-transition-group": "^15.6.2", | |
"react-dom": "^16.4.2", | |
"react-transition-group": "^2.4.0", | |
"regenerator-runtime": "0.13.1", | |
"schedule": "0.4.0", | |
"style-loader": "^0.22.1", | |
"tern": "^0.22.3", | |
"tern-googleappsscript": "^1.0.2", | |
"uglifyjs-webpack-plugin": "^1.2.7", | |
"webpack": "^4.25.1", | |
"webpack-cli": "^3.1.2" | |
}, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment