forked from expo/videoplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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": "@expo/videoplayer",
"version": "0.4.0",
"description": "Customizable videoplayer controls for expo",
"author": "Abi Raja <[email protected]>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/expo/videoplayer.git"
},
"homepage": "https://github.com/expo/videoplayer",
"bugs": {
"url": "https://github.com/expo/videoplayer/issues"
},
"scripts": {
"build": "babel src --out-dir .",
"docs": "node utils/docgen.js"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-mixin": "^3.1.1",
"react-timer-mixin": "^0.13.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"eslint": "^4.15.0",
"eslint-config-exponent": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-prettier": "^2.1.1",
"prettier": "^1.9.2",
"react-docgen-markdown-renderer": "^1.0.1"
},
"peerDependencies": {
"expo": ">=22.0.0"
}
}