-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.05 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.05 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
{
"name": "rnv-template-reflix",
"title": "reflix",
"version": "0.1.0",
"dependencies": {
"@react-navigation/core": "^3.2.0",
"@react-navigation/web": "^1.0.0-alpha.7",
"axios": "^0.18.0",
"firebase": "^5.8.6",
"prop-types": "^15.7.2",
"react-native-animatable": "^1.3.2",
"react-native-device-detection": "^0.2.0",
"react-native-gesture-handler": "github:kmagiera/react-native-gesture-handler",
"react-native-image-header-scroll-view": "^0.10.1",
"react-native-modal-selector": "^1.0.3",
"react-native-responsive-screen": "^1.2.1",
"react-native-root-toast": "^3.0.2",
"react-native-screens": "github:kasinskas/react-native-screens",
"react-native-swipeout": "^2.3.6",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "github:react-native-community/react-native-video",
"react-native-video-controls": "^2.2.3",
"react-native-youtube": "^1.1.0",
"react-navigation": "^3.3.2",
"rnv-platform-info": "^1.0.0"
},
"devDependencies": {
"react-native-vanilla": "0.18.8"
}
}