Skip to content

Instantly share code, notes, and snippets.

@BunHouth
Created October 15, 2020 10:25
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 BunHouth/524f851840e47ef0db993f57780a1827 to your computer and use it in GitHub Desktop.
Save BunHouth/524f851840e47ef0db993f57780a1827 to your computer and use it in GitHub Desktop.
{
"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