Added .gitignore, package.json, package-lock.json

This commit is contained in:
2025-03-13 23:04:28 -04:00
parent 31cac4e423
commit e79bb5f76d
3 changed files with 1872 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules/

1855
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"dependencies": {
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"csv-parse": "^5.6.0",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.9",
"postmark": "^4.0.5",
"qrcode": "^1.5.4",
"stripe": "^17.6.0"
}
}