mirror of
https://github.com/status-im/react-native-transparent-video.git
synced 2025-01-09 22:36:12 +00:00
21 lines
510 B
JSON
21 lines
510 B
JSON
|
{
|
||
|
"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": {
|
||
|
"react": "17.0.2",
|
||
|
"react-native": "0.67.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.12.9",
|
||
|
"@babel/runtime": "^7.12.5",
|
||
|
"metro-react-native-babel-preset": "^0.66.2",
|
||
|
"babel-plugin-module-resolver": "^4.1.0"
|
||
|
}
|
||
|
}
|