-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.63 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
51
52
53
54
{
"name": "ieee-siesgst-website-2.0",
"version": "2.0.0",
"description": "\"Official website of IEEE SIESGST\"",
"main": "src/app.js",
"scripts": {
"test": "start http://localhost:3000 & npm run dev",
"dev": "nodemon src/app.js",
"start": "node src/app.js",
"format:check": "prettier --check **/*.js & prettier --check **/*.json & prettier --check **/*.html & prettier --check **/*.css",
"format": "prettier --write **/*.js & prettier --write **/*.json & prettier --write **/*.html & prettier --write **/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ieeesiesgst/IEEE-SIESGST-website-2.0.git"
},
"author": "IEEE SIESGST",
"license": "ISC",
"bugs": {
"url": "https://github.com/ieeesiesgst/IEEE-SIESGST-website-2.0/issues"
},
"homepage": "https://github.com/ieeesiesgst/IEEE-SIESGST-website-2.0#readme",
"dependencies": {
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-flash-message": "^2.1.0",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.3",
"jimp": "^0.16.2",
"mongoose": "^6.7.1",
"node-cache": "^5.1.2",
"passport": "^0.6.0",
"passport-azure-ad": "^4.3.4",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"qs": "^6.11.0",
"rate-limit-mongo": "^2.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.20",
"prettier": "^2.7.1"
}
}