-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "matchmaker",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -w & nodemon server.js",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"body-parser": "^1.16.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"lodash": "^4.17.4",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"react": "^15.3.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.3.2",
"react-mdl": "^1.9.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"volleyball": "^1.3.0",
"webpack": "^1.13.2"
}
}