-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "react-native-tomatohut-player",
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-keep-awake": "^4.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-orientation": "^3.1.3",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-test-renderer": "16.8.6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MX8CLUB/react-native-tomatohut-player.git"
},
"description": "react-native播放器,Video Player",
"keywords": [
"react-native",
"react",
"video",
"react-native-video",
"video-player",
"Video Player"
],
"author": "Jim",
"license": "MIT",
"jest": {
"preset": "react-native"
},
"bugs": {
"url": "https://github.com/MX8CLUB/react-native-tomatohut-player/issues"
},
"homepage": "https://github.com/MX8CLUB/react-native-tomatohut-player#readme",
"version": "0.0.6"
}