initial commit

This commit is contained in:
Ivan
2023-12-25 01:00:01 +03:00
commit d0158dad9a
36 changed files with 19627 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "krbl",
"version": "1.0.0",
"description": "Frontend KRBL site",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "ppechenkoo",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"handlebars": "^4.7.8",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}