-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "magicdot-solar",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest",
"start": "node app.js",
"devstart": "nodemon app.js",
"seed": "node seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CS555-Team09-MagicDot/magicdot-solar.git"
},
"author": "Team 09 MagicDot",
"license": "MIT",
"bugs": {
"url": "https://github.com/CS555-Team09-MagicDot/magicdot-solar/issues"
},
"homepage": "https://github.com/CS555-Team09-MagicDot/magicdot-solar#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"casual": "^1.6.2",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^6.0.7",
"express-session": "^1.17.3",
"generate-password": "^1.7.0",
"mongodb": "^5.1.0",
"nodemailer": "^6.9.1",
"pdfkit": "^0.13.0",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"jest": "^29.5.0",
"nodemon": "^2.0.20"
}
}