-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "react-video-renderer",
"version": "2.5.1",
"main": "dist/es5/index.js",
"jsnext:main": "dist/es2015/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es5/index.d.ts",
"repository": "[email protected]:zzarcon/react-video-renderer.git",
"author": "Hector Leon Zarco Garcia <[email protected]>",
"license": "MIT",
"devDependencies": {
"@atlaskit/button": "^7.0.2",
"@atlaskit/icon": "^11.0.0",
"@atlaskit/single-select": "^4.0.3",
"@atlaskit/spinner": "^8.0.0",
"react-gh-corner": "^1.1.2",
"ts-react-toolbox": "^1.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"bootstrap": "ts-react-toolbox init",
"dev": "ts-react-toolbox dev",
"test": "ts-react-toolbox test",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "ts-react-toolbox build",
"release": "ts-react-toolbox release",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish",
"format": "ts-react-toolbox format",
"analyze": "ts-react-toolbox analyze"
},
"peerDependencies": {
"react": "^16.3.0"
},
"files": [
"dist"
],
"keywords": [
"react",
"video",
"renderer",
"render-props",
"props",
"actions",
"state",
"player",
"video-player"
]
}