first commit

This commit is contained in:
Raven Scott
2024-09-16 07:53:26 -04:00
commit 4df0d17183
10 changed files with 954 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "geeks",
"version": "1.0.0",
"description": "",
"main": "README.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.0",
"highlight.js": "^11.10.0",
"marked": "^14.1.2",
"nodemailer": "^6.9.15"
}
}