Created
October 15, 2020 10:25
-
-
Save BunHouth/524f851840e47ef0db993f57780a1827 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "RNVideoProcessingDemo", | |
"version": "0.0.1", | |
"private": true, | |
"scripts": { | |
"android": "react-native run-android", | |
"ios": "react-native run-ios", | |
"start": "react-native start", | |
"test": "jest", | |
"lint": "eslint ." | |
}, | |
"dependencies": { | |
"progress-hud": "^1.2.0", | |
"react": "16.9.0", | |
"react-native": "0.61.5", | |
"react-native-image-picker": "^2.3.1", | |
"react-native-video-processing": "Bunhouth/react-native-video-processing", | |
"rn-fetch-blob": "^0.12.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.8.6", | |
"@babel/runtime": "^7.8.4", | |
"@react-native-community/eslint-config": "^0.0.7", | |
"babel-jest": "^25.1.0", | |
"eslint": "^6.8.0", | |
"jest": "^25.1.0", | |
"metro-react-native-babel-preset": "^0.58.0", | |
"react-test-renderer": "16.9.0" | |
}, | |
"jest": { | |
"preset": "react-native" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment