-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 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
{
"name": "example.tv",
"version": "0.1.0",
"react-tv": {
"files": [
"./dist/index.html",
"./dist/bundle.js",
"./dist/assets/"
]
},
"scripts": {
"react-tv-cli": "react-tv-cli",
"start": "webpack-dev-server --progress --colors",
"build": "webpack --progress",
"build-prod": "cross-env NODE_ENV=production yarn build",
"run-webos": "yarn build-prod && react-tv-cli run-webos"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"htmllint-loader": "^2.1.4",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-tv": "^0.3.4",
"react-tv-cli": "^0.3.4",
"react-tv-navigation": "^0.4.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"uglify-js-plugin": "0.0.6",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"hex-rgb": "^2.0.0",
"inline-style-prefixer": "^4.0.0",
"material-ui": "^1.0.0-beta.32",
"radium": "^0.21.2",
"react-center": "^1.1.1",
"react-dom": "^16.2.0",
"react-splitter-layout": "^3.0.0",
"react-weather": "^0.1.3",
"react-youtube": "^7.5.0",
"redux": "^3.7.2",
"redux-persist": "^5.6.12",
"whatwg-fetch": "^2.0.3"
}
}