Frontend dolgozat megoldása, valamint Tusjak óra (2024. 11. 22.)

This commit is contained in:
Tóth Ádám
2024-11-22 11:10:19 +01:00
parent e7215bf4f3
commit 099bd2a5ce
1100 changed files with 132558 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "feladat2",
"version": "1.0.0",
"description": "",
"main": "feldolgozo.js",
"scripts": {
"devStart": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.1",
"nodemon": "^3.1.7",
"path": "^0.12.7"
}
}