Added .gitignore, package.json, package-lock.json
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
||||||
1855
package-lock.json
generated
Normal file
1855
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
16
package.json
Normal file
16
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user