-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.19 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
{
"name": "mechanical-keyboard-website",
"version": "1.0.0",
"description": "An Ecommerce mechanical keyboard website, built for enthusiasts, by enthusiasts.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app": "nodemon ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ronandt/Mechanical-Keyboard-Website.git"
},
"keywords": [
"mechanical",
"mechanical_keyboards",
"keycaps",
"keyboards",
"clicky",
"lube"
],
"author": "Declan, Luth, Ira, Jia Jun, Zhe Yin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ronandt/Mechanical-Keyboard-Website/issues"
},
"homepage": "https://github.com/Ronandt/Mechanical-Keyboard-Website#readme",
"dependencies": {
"@google-cloud/dialogflow": "^5.1.0",
"@google-cloud/storage": "^6.4.0",
"@handlebars/allow-prototype-access": "^1.0.5",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"chart.js": "^3.9.1",
"chartjs-chart-geo": "^3.9.0",
"chartjs-plugin-labels": "^1.1.0",
"chartjs-to-image": "^1.0.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cron": "^2.1.0",
"danfo": "^0.2.34",
"danfojs-node": "^1.1.1",
"dotenv": "^16.0.1",
"express": "^4.17.3",
"express-handlebars": "^6.0.5",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"flash-messenger": "^1.1.1",
"handlebars": "^4.7.7",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.25",
"method-override": "^3.0.0",
"moment": "^2.29.3",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"node-cron": "^3.0.1",
"nodemailer": "^6.7.5",
"nodemailer-express-handlebars": "^5.0.0",
"parallax-js": "^3.1.0",
"passport": "^0.5.3",
"passport-anonymous": "^1.0.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"qrcode": "^1.5.1",
"quill": "^1.3.6",
"quill-delta-to-html": "^0.12.1",
"sequelize": "^6.20.1",
"showdown": "^2.1.0",
"sib-api-v3-sdk": "^8.4.0",
"socket.io": "^4.5.1",
"socketio": "^1.0.0",
"sqlite3": "^5.0.8",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}