-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "crbn",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"postinstall": "cd client && npm install && npm run build"
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.0",
"circular-json": "^0.5.5",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"dotenv": "^6.0.0",
"eventbrite": "^1.0.2",
"express": "~4.16.0",
"express-session": "^1.15.6",
"fclone": "^1.0.11",
"http-errors": "~1.7.0",
"lodash": "^4.17.11",
"merge": "^1.2.1",
"morgan": "^1.9.1",
"node-eventbrite": "0.0.19",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"querystring": "^0.2.0",
"react-dev-utils": "^7.0.1",
"react-dom": "^16.8.1",
"react-router-dom": "^4.3.1",
"request": "^2.88.0",
"sequelize": "^4.38.0",
"sequelize-cli": "^4.0.0",
"webpack-dev-server": "^3.1.14"
}
}