-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "blink.tv",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"dev:start": "nf start",
"heroku-postbuild": "webpack --config ./webpack.deployment.config.js --display-error-details --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Koen028/blink.tv.git"
},
"author": "Koen Hendriks <[email protected]> (http://expandyourworld.nl/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Koen028/blink.tv/issues"
},
"homepage": "https://github.com/Koen028/blink.tv#readme",
"engines": {
"node": "8.1.4",
"npm": "5.2.0"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.2",
"compression": "^1.6.2",
"cookie-parser": "1.4.3",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"express-session": "^1.15.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"hbs": "^4.0.1",
"moment": "2.18.1",
"mongodb": "2.2.29",
"mongoose": "4.11.1",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"particles.js": "^2.0.0",
"particlesjs": "^2.0.2",
"passport": "0.3.2",
"passport-twitch": "1.0.3",
"prop-types": "15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"throng": "^4.0.0",
"url-loader": "^0.5.9",
"webpack": "^3.1.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2"
}
}