-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
{
"name": "react-cp-youtube",
"version": "0.6.0",
"description": "YouTube player with custom controls implemented in React.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxiMittel/react-cp-youtube.git"
},
"keywords": [
"youtube",
"player",
"custom",
"controls",
"yt player",
"yt",
"iframe"
],
"author": "Maximilian Mittelhammer",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxiMittel/react-cp-youtube/issues"
},
"homepage": "https://github.com/MaxiMittel/react-cp-youtube#readme",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@rollup/plugin-image": "^2.0.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.35.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"dependencies": {
"react-device-detect": "^1.15.0",
"react-full-screen": "^0.3.2-0",
"react-youtube": "^7.13.0"
}
}