Created
March 22, 2019 22:37
-
-
Save littleV/48a5d05360e015c4925cf09e8a092018 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "UnifiedSDK", | |
"version": "0.0.0", | |
"private": true, | |
"scripts": { | |
"build-android": "react-native bundle --platform android --dev false --entry-file js/index.js --bundle-output android/fancylib/src/main/assets/unifiedsdk.bundle --assets-dest android/fancylib/src/main/res", | |
"build-ios": "react-native bundle --platform ios --dev false --entry-file js/index.js --bundle-output ios/FancyLib/FancyLib/js/unifiedsdk.bundle --assets-dest ios/FancyLib/FancyLib/assets/" | |
}, | |
"dependencies": { | |
"react": "^16.6.3", | |
"react-native": "^0.57.8" | |
}, | |
"devDependencies": { | |
"babel-loader": "7.1.4", | |
"babel-plugin-transform-runtime": "6.23.0", | |
"metro-react-native-babel-preset": "^0.45.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment