forked from TheWidlarzGroup/react-native-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "react-native-video",
"version": "7.7.10",
"dorisAndroidVersion": "3.13.7",
"description": "A <Video /> element for react-native",
"main": "Video.tsx",
"license": "MIT",
"author": "Dice Technology",
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-video.git"
},
"devDependencies": {
"@team-griffin/install-self-peers": "^1.1.1",
"@types/react": "^16.9.0",
"@types/react-native": "^0.61.5",
"babel-eslint": "5.0.0-beta8",
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1"
},
"dependencies": {
"@dicetechnology/react-native-dice-video": "git+ssh://git@github.com/DiceTechnology/react-native-dice-video.git#6.80.17",
"@dicetechnology/dice-unity": "^2.26.3",
"keymirror": "0.1.1",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react-native": "0.61.5"
},
"scripts": {
"install": "bash ./scripts/install-dependencies",
"installpeers": "install-self-peers -- --ignore-scripts",
"postinstall": "",
"test": "node_modules/.bin/eslint *.js"
},
"rnpm": {
"android": {
"sourceDir": "./android-exoplayer"
}
}
}