-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
executable file
·44 lines (44 loc) · 1.46 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "xtream-iptv-player-reactnative",
"version": "0.2.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-native": "^2.0.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"jest-expo": "~27.0.0",
"react-test-renderer": "16.3.1"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"base-64": "^0.1.0",
"expo": "^27.0.1",
"prop-types": "^15.6.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz",
"react-native-easy-toast": "^1.0.9",
"react-native-elements": "^0.18.5",
"react-native-loader": "^1.2.1",
"react-native-locale": "^0.0.18",
"react-native-orientation": "^3.1.3",
"react-native-progress": "^3.4.0",
"react-native-simple-dialogs": "^0.3.1",
"react-native-slider": "^0.11.0",
"react-native-vlc-player": "^0.1.0",
"react-native-vlcplayer": "git+https://github.com/zGrav/react-native-vlcplayer",
"react-navigation": "^1.0.0-beta.23",
"sprintf-js": "git+https://github.com/zGrav/sprintf.js"
},
"repository": "http://zgrav.pro:8080/zgrav/xtream-iptv-player-reactnative"
}