-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 914 Bytes
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
{
"name": "react-scplayer",
"version": "1.0.0",
"description": "Live, local and social network video player",
"main": "./dist/bandle.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scaki/react-scplayer.git"
},
"keywords": [
"react",
"video",
"player",
"scplayer"
],
"author": "Safa ÇAKI",
"license": "ISC",
"dependencies": {
"hls.js": "^0.12.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.6",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
}
}