-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.79 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
55
56
57
58
59
60
{
"name": "robotics-website",
"version": "1.0.0",
"description": "The website for harker robotics",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HarkerRobo/robotics-website.git"
},
"author": "Harker Robotics",
"license": "MIT",
"bugs": {
"url": "https://github.com/HarkerRobo/robotics-website/issues/"
},
"homepage": "https://github.com/HarkerRobo/robotics-website#readme",
"dependencies": {
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-busboy": "0.0.2",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fs-extra": "^10.0.0",
"google-auth-library": "^7.10.3",
"googleapis": "^59.0.0",
"greenlock-express": "^2.7.18",
"helmet": "^3.23.3",
"le-challenge-fs": "^2.0.8",
"le-store-certbot": "^2.1.2",
"letsencrypt-express": "^2.0.7",
"moment": "^2.29.2",
"mongoose": "^6.1.0",
"mongoose-auto-increment": "^5.0.1",
"mpath": "^0.8.4",
"multiparty": "^4.2.2",
"node-cron": "^3.0.0",
"nodemailer": "^6.9.14",
"nth-check": "^2.0.1",
"qrcode": "^1.5.0",
"request": "^2.88.2",
"socket.io": "^2.4.1",
"spdy": "^3.4.0",
"type-is": "^1.6.18",
"x-ray": "^2.3.4",
"xss": "^0.3.8"
},
"scripts": {
"start": "node index.js",
"format": "npx prettier . -w"
},
"devDependencies": {
"@harker-robo/prettier-config": "^0.0.0",
"prettier": "^2.6.2"
},
"prettier": "@harker-robo/prettier-config"
}