forked from Bellisario/BChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
45
46
47
48
49
50
{
"name": "bchat",
"description": "a realtime chat web application for aun-bubbl",
"version": "0.2.0",
"main": "server.js",
"scripts": {
"dev": "set NODE_ENV=dev&& nodemon server.js",
"prod": "set NODE_ENV=production&& node server.js"
},
"dependencies": {
"cloudinary": "^1.25.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"date-fns": "^2.17.0",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"eta": "^1.12.1",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-socket.io-session": "^1.3.5",
"express-useragent": "^1.0.15",
"lusca": "^1.6.1",
"nanoid": "^3.1.20",
"nedb-promises": "^4.1.1",
"socket.io": "^3.1.1"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1"
},
"author": {
"name": "LeanKhan",
"url": "https://github.com/LeanKhan"
},
"repository": "https://github.com/bubbl-oss/bchat",
"keywords": [
"chat",
"socket.io",
"chatrooms",
"javascript",
"node",
"express"
],
"license": "ISC"
}