-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.2 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "usi_stackunderflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"lint": "yarn run eslint ./src/ --ext .js,.jsx,.ts,.tsx",
"build": "echo 'Bulding.... (not actually doing something, but usually I would)'",
"dev": "DEBUG=router:* nodemon --delay 1 --ignore public/ app.js",
"test": "mocha --exit",
"ejsc": "node ejs-compile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GianinM/USI_StackUnderflow.git"
},
"authors": "Leonardo, Jarod, Mattia, Kelvin, Alan, Paolo, Michele",
"license": "ISC",
"engines": {
"node": ">= 14.0.0"
},
"bugs": {
"url": "https://github.com/GianinM/USI_StackUnderflow/issues"
},
"homepage": "https://github.com/GianinM/USI_StackUnderflow#readme",
"dependencies": {
"al": "^0.0.3",
"alert": "^5.1.3",
"all": "^0.0.0",
"assert": "^2.0.0",
"axios": "^1.2.1",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"ejsc": "^0.1.0",
"ejsc-views": "^1.0.7",
"eslint": "^8.30.0",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"ioredis": "^5.2.4",
"izitoast": "^1.4.0",
"jsdocs": "^0.0.1",
"luxon": "^3.1.1",
"method-override": "^3.0.0",
"mongodb": "^4.12.1",
"mongoose": "^6.8.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.0",
"nodemailer": "^6.8.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"popup": "^0.0.3",
"popups": "^1.1.3",
"redis": "^4.5.1",
"request": "^2.88.2",
"showdown": "^2.1.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.3",
"unpipe": "^1.0.0",
"web-session": "^0.2.2"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
"eslint-config-prettier": "^8.5.0",
"mocha": "^10.1.0",
"prettier": "^2.8.1",
"should": "^13.2.3",
"socket.io-client": "^4.5.3",
"supertest": "^6.3.0"
}
}