2023-05-02 21:31:14 -03:00
|
|
|
{
|
|
|
|
"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": {
|
2023-05-06 13:50:14 -03:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
2023-05-02 21:31:14 -03:00
|
|
|
"react": "17.0.2",
|
2023-05-06 13:50:14 -03:00
|
|
|
"react-native": "0.67.5",
|
|
|
|
"react-native-reanimated": "2.9.1"
|
2023-05-02 21:31:14 -03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
2023-05-06 13:50:14 -03:00
|
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.66.2"
|
2023-05-02 21:31:14 -03:00
|
|
|
}
|
2023-05-06 13:50:14 -03:00
|
|
|
}
|