-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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": "dtwebsite",
"version": "1.0.0",
"description": "new dt website!",
"repository": "https://github.com/shannenwu/dtwebsite",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/app.js --ignore client/",
"lint": "eslint --fix server"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"bcryptjs": "^2.4.3",
"braces": "^3.0.2",
"connect-ensure-login": "^0.1.1",
"date-fns": "^1.29.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-csv": "^0.6.0",
"express-session": "^1.16.2",
"express-validator": "^5.3.1",
"jimp": "^0.16.0",
"mongoose": ">=5.7.5",
"nodemailer": "^6.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"querystringify": "^2.1.1",
"socket.io": "^2.2.0"
},
"devDependencies": {
"acorn": "^6.4.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^1.19.1"
}
}