-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
41
42
43
44
{
"name": "tpc",
"version": "0.0.0",
"scripts": {
"serve": "node server",
"start": "nodemon server"
},
"private": true,
"dependencies": {
"@hapi/joi": "16.1.4",
"@sendgrid/mail": "6.4.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.4",
"cors": "^2.8.5",
"crypto": "1.0.1",
"debug": "^4.1.1",
"dotenv": "^6.1.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-validator": "^5.3.0",
"http-errors": "^1.7.3",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.9",
"mongoose-unique-validator": "^2.0.2",
"morgan": "^1.9.1",
"nodemon": "^1.18.6",
"prettier": "^1.18.2"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-jest": "^22.7.2",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-react": "^7.14.2",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"ts-node": "~7.0.0"
}
}