-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./server/bin/www",
"dev": "DEBUG=server:* nodemon ./server/bin/www",
"dev-windows": "nodemon ./server/bin/www",
"heroku-postbuild": "./build.sh"
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-graphql": "^0.7.1",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"graphql": "^14.1.1",
"graphql-iso-date": "^3.6.1",
"handlebars": "^4.0.12",
"moment": "^2.24.0",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"nodemailer": "^5.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}