-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.53 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
{
"name": "live-tv-streaming",
"version": "1.0.0",
"main": "build/assets/scripts/server.js",
"scripts": {
"build": "webpack --watch",
"build-client": "webpack --config webpack.config.client.js --watch",
"build-server": "webpack --config webpack.config.server.js --watch",
"start": "node dist/server/index.bundle.js"
},
"author": "Santiago Ramirez",
"dependencies": {
"express": "^4.16.4",
"mustache": "^3.0.1",
"mustache-express": "^1.2.8",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^9.4.9",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-promises": "^0.8.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.1",
"directory-named-webpack-plugin": "^4.0.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"repository": {
"type": "git",
"url": "git@github-me.com:santiagoramirez/live-tv-streaming.git"
}
}