-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 842 Bytes
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": "WatchNext",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"fs": "0.0.1-security",
"lodash": "^4.16.1",
"react": "15.3.2",
"react-native": "0.33.0",
"react-native-action-button": "^2.0.12",
"react-native-blur": "^1.1.3",
"react-native-button": "^1.7.0",
"react-native-elements": "^0.6.0",
"react-native-orientation": "^1.17.0",
"react-native-overlay": "^0.5.0",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-sqlite-storage": "^3.1.2",
"react-native-swipeout": "^2.0.12",
"react-native-swiper": "^1.4.11",
"react-native-vector-icons": "^2.1.0",
"react-native-video": "^0.9.0",
"react-native-youtube": "^0.8.0",
"youtube-dl": "^1.11.1"
}
}