You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teamwk123/package.json

27 lines
564 B

4 weeks ago
{
"name": "ui",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"canvas": "^2.9.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.0",
"http-errors": "~1.6.3",
3 weeks ago
"moment": "^2.30.1",
4 weeks ago
"morgan": "~1.9.1",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
"socket.io": "^4.6.1",
"sqlite-async": "^1.1.3",
"sqlite3": "^5.0.2",
"svg-captcha": "^1.4.0"
}
}