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
-29
View File
@@ -1,29 +0,0 @@
{
"name": "uc",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./src/app.js"
},
"keywords": [],
"author": "Cerbu Andrei- Mihnea",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"cron": "^3.1.6",
"crypto-js": "^4.2.0",
"express": "^4.19.1",
"joi": "^17.12.2",
"json": "^11.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"nodemon": "^3.1.0"
}
}