-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-tv",
"version": "0.0.1",
"description": "A Web Based HLS Playlist Video Player",
"scripts": {
"start": "NODE_ENV=development node ./devServer.js",
"build": "rm -rf ./dist && NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chollier/react-tv.git"
},
"keywords": [
"playlist",
"m3u",
"m3u8",
"react",
"react-component",
"hls",
"webtv"
],
"author": "Loïc CHOLLIER",
"license": "ISC",
"bugs": {
"url": "https://github.com/chollier/react-tv/issues"
},
"homepage": "https://github.com/chollier/react-tv#readme",
"devDependencies": {
"babel": "^5.8.29",
"babel-core": "^5.8.22",
"babel-eslint": "^4.1.4",
"babel-loader": "^5.3.3",
"babel-plugin-react-transform": "^1.1.1",
"eslint": "^1.9.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.7.1",
"exports-loader": "^0.6.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"filereader-stream": "^1.0.0",
"html-webpack-plugin": "^1.6.2",
"immutable": "^3.7.5",
"imports-loader": "^0.6.5",
"key-mirror": "^1.0.1",
"m3u8": "0.0.6",
"path": "^0.12.7",
"radium": "^0.14.3",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-dropzone": "^3.0.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"redux": "^3.0.4",
"redux-devtools": "^2.1.5",
"redux-immutablejs": "0.0.7",
"redux-logger": "^2.0.4",
"redux-thunk": "^1.0.0",
"reselect": "^2.0.0",
"webpack": "^1.12.3",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1",
"whatwg-fetch": "^0.10.1"
}
}