-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "react-native-google-cast-example",
"description": "Example app for react-native-google-cast",
"version": "4.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-draggable-flatlist": "^2.4.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-navigation": "^7.1.0",
"react-native-popup-menu": "^0.15.9",
"react-native-reanimated": "^1.13.1",
"react-native-video": "4"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.1",
"@types/react-native-video": "^5.0.3",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.64.0"
}
}