-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "challenge",
"version": "1.0.0",
"description": "Code Challenge",
"main": "index.js",
"scripts": {
"start": "webpack & node server/server.js",
"heroku-postbuild": "webpack -p --config ./webpack.dev.config.js --progress"
},
"proxy": "http://localhost:8080",
"author": "Nick DeJesus",
"license": "ISC",
"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",
"express": "^4.15.4",
"html-webpack-plugin": "^2.29.0",
"path": "^0.12.7",
"query-string": "^5.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"react-youtube": "^7.4.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"request-promise": "^4.2.1",
"transform-runtime": "0.0.0",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2"
}
}