-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@react-native-google-cast/example",
"version": "4.9.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"react": "18.0.0",
"react-native": "0.69.9",
"react-native-draggable-flatlist": "^3.1.2",
"react-native-gesture-handler": "^2.17.1",
"react-native-navigation": "^7.16.0",
"react-native-popup-menu": "instea/react-native-popup-menu",
"react-native-reanimated": "^2.9.1",
"react-native-video": "6.0.0-alpha.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.5.12",
"@types/react-native": "^0.69.3",
"@types/react-native-video": "^5.0.14",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0",
"typescript": "^4.4.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}