-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "subcast.tv",
"version": "0.0.0",
"description": "Chromecast app for reddit videos",
"repository": "https://github.com/AdamEdgett/subcast.tv.git",
"author": "Adam Edgett <[email protected]> (http://adamedgett.com/)",
"license": "MIT",
"homepage": "https://github.com/AdamEdgett/subcast.tv",
"scripts": {
"start": "yarn build && http-server",
"start-dev": "webpack-dev-server --mode=development --hot",
"build": "webpack --mode=production",
"lint": "tslint --project ."
},
"dependencies": {
"@material-ui/icons": "^1.0.0-beta.43",
"@types/prop-types": "^15.5.2",
"@types/react": "^16.3.3",
"@types/react-dom": "^16.0.4",
"@types/underscore": "^1.8.8",
"@types/urijs": "^1.15.37",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^1.1.1",
"css-loader": "^0.28.0",
"downshift": "^1.31.14",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.9.0",
"humps": "^1.0.0",
"less": "^2.5.3",
"less-loader": "4.1.0",
"material-ui": "^1.0.0-beta.43",
"prop-types": "^15.6.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-hot-loader": "^4.0.1",
"reqwest": "^2.0.4",
"style-loader": "^0.16.1",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.8.1",
"uglify-js": "^2.6.2",
"underscore": "^1.8.3",
"urijs": "^1.16.1",
"watchify": "^3.7.0",
"webpack": "^4.4.1"
},
"devDependencies": {
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}