-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
42
43
44
{
"name": "recipes",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "set NODE_ENV=production && node ./bin/www",
"dev": "nodemon ./bin/www",
"debug": "nodemon --inspect-brk ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bitly": "^7.1.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cloudinary": "^1.30.1",
"compression": "^1.7.4",
"connect-flash": "~0.1.1",
"connect-mongo": "^4.6.0",
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-minify": "^1.0.0",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"mongodb": "^4.8.1",
"mongoose": "^6.5.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.19",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"sendgrid": "^5.2.3",
"serve-favicon": "^2.5.0"
},
"@pika/web": {
"webDependencies": [
"lit-html",
"lit-element"
]
}
}