mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-10 00:16:21 +01:00
Added Dependencies and fixed Dev Dependencies
This commit is contained in:
parent
65bab44427
commit
85a10b59a2
1 changed files with 8 additions and 3 deletions
11
package.json
11
package.json
|
@ -10,13 +10,18 @@
|
|||
"author": "Nekoya Dev",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"ejs": "^3.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bcrypt": "^5.0.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"ejs": "^3.1.6",
|
||||
"express": "^4.17.1",
|
||||
"express-session": "^1.17.2",
|
||||
"morgan": "^1.10.0",
|
||||
"mysql": "^2.18.1",
|
||||
"nodemailer": "^6.7.0",
|
||||
"rand-token": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.14"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue