-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "webchatnodejs",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon src/server.js --exec babel-node --presets babel-preset-env",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruong32/WebChatNodeJS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruong32/WebChatNodeJS/issues"
},
"homepage": "https://github.com/ruong32/WebChatNodeJS#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"pem": "^1.14.3",
"prettier": "^1.18.2"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-ejs-extend": "0.0.1",
"express-session": "^1.15.6",
"express-validator": "^6.2.0",
"fs-extra": "^8.1.0",
"mongoose": "^5.7.3",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "^4.4.2",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"socket.io": "^2.3.0",
"uuid": "^3.3.3"
}
}