-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-easy-video",
"version": "1.1.3",
"description": "A UI component that wraps react-native-video",
"main": "./build/videoView.js",
"types": "./build/videoView.d.ts",
"author": "grewer([email protected])",
"scripts": {
"build": "gulp",
"prepublishOnly": "gulp"
},
"dependencies": {},
"keywords": [
"react-native",
"react-native-video",
"react video controls",
"react video player",
"react-video-player",
"react video easy vodeo",
"react-video-easy-vodeo",
"video"
],
"repository": {
"type": "git",
"url": "https://github.com/Grewer/react-native-easy-video.git"
},
"peerDependencies": {
"react-native": ">=0.57.0",
"react-native-orientation-locker": ">=1.1.0",
"react-native-video": ">=4.4.4"
},
"devDependencies": {
"@grew/eslint-config": "^0.1.4",
"@types/node": "^13.9.2",
"@types/react": "^16.9.23",
"@types/react-native": "^0.57.65",
"@types/react-native-video": "^5.0.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"react-native-orientation-locker": "^1.1.8",
"typescript": "^3.8.3"
},
"eslintConfig": {
"extends": [
"@grew"
],
"env": {
"react-native/react-native": true
}
},
"eslintIgnore": [
"!.eslintrc.js",
"!.prettierrc.js",
"build/*",
"example/*"
],
"prettier": "@grew/eslint-config/.prettierrc.js"
}