-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.3 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "get-shawty",
"version": "0.0.1",
"description": "Get shawty, it's your birthday",
"repository": {
"type": "git",
"url": "https://github.com/CodeforHawaii/HACC2022"
},
"license": "MIT",
"author": "CFH-data-monkeys",
"contributors": [
"Rick Roll (https://rickroll.com)"
],
"scripts": {
"postinstall": "npm rebuild node-sass",
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "eslint \"**/*.js\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@ladjs/bootstrap-social": "^7.0.2",
"@node-rs/bcrypt": "^1.6.0",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"cheerio": "^1.0.0-rc.10",
"clipboard": "^2.0.11",
"compare-urls": "2.0.0",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.0",
"errorhandler": "^1.5.1",
"express": "^4.17.3",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.3",
"express-session": "^1.17.2",
"googleapis": "^99.0.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"lusca": "^1.7.0",
"mailchecker": "^4.1.14",
"moment": "^2.29.4",
"mongoose": "^6.2.8",
"morgan": "^1.10.0",
"nanoid": "^4.0.0",
"node-fetch": "2.6.0",
"node-quickbooks": "^2.0.39",
"node-sass": "^7.0.1",
"node-sass-middleware": "^1.0.1",
"nodemailer": "^6.7.3",
"nodemailer-sendgrid": "^1.0.3",
"nodemon": "^2.0.20",
"normalize-url": "^7.2.0",
"passport": "^0.5.2",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-oauth2-refresh": "^2.1.0",
"passport-snapchat": "^1.0.0",
"passport-twitch-new": "^0.0.2",
"passport-twitter": "^1.0.4",
"popper.js": "^1.16.1",
"pug": "^3.0.2",
"tumblr.js": "^3.0.0",
"twitter-lite": "^1.1.0",
"validator": "^13.7.0"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.25.4",
"mocha": "^9.2.2",
"mongodb-memory-server": "^8.4.1",
"nyc": "^15.1.0",
"sinon": "^13.0.1",
"supertest": "^6.2.2"
},
"engines": {
"node": ">=16"
}
}