UI Admin aproape finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 02:09:12 +03:00
parent fb957a6f97
commit af8c295d75
134 changed files with 5014 additions and 1045 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "frontend",
"version": "1.0.0",
"description": "UI for the UC",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Andrei Cerbu",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"joi": "^17.12.2"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}