-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "issue-tracker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=issue-tracker:* npm run devstart"
},
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"bson": "^4.0.3",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.0",
"express-validator": "^6.3.1",
"gridfs-stream": "^1.1.1",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.8.3",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.2",
"passport": "^0.4.1",
"passport-auth0": "^1.3.1",
"prettier": "^1.19.1",
"pug": "^2.0.4"
},
"devDependencies": {
"acorn": "^7.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"nodemon": "^2.0.2"
}
}