24 lines
614 B
JSON
Raw Normal View History

{
"name": "TransparentVideoExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"react": "17.0.2",
"react-native": "0.67.5",
"react-native-reanimated": "2.9.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.66.2"
}
}