-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "horror-club",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./server/src/index.js",
"nodemon": "webpack && nodemon ./server/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hannahcmtucker/Horror-Club.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hannahcmtucker/Horror-Club/issues"
},
"homepage": "https://github.com/hannahcmtucker/Horror-Club#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-preset-stage-1": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"env2": "^2.2.0",
"express": "^4.16.2",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.4",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"pg-promise": "^7.3.2",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"nodemon": "^1.14.3",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}