Version 0.1.2 - Ajout du systême d'authentification

This commit is contained in:
Raphix
2023-11-02 11:09:47 +01:00
parent ea03e49887
commit 132dae4809
16 changed files with 620 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{
"name": "neutral",
"version": "0.1.1",
"version": "0.1.2",
"description": "Panel d'administration de Raphix",
"main": "index.js",
"scripts": {
@ -20,12 +20,14 @@
"keywords": [],
"dependencies": {
"cookie-parser": "~1.4.4",
"crypto-js": "^4.2.0",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"loguix": "1.4.1",
"nodemon": "^3.0.1"
"nodemon": "^3.0.1",
"uuid": "^9.0.1"
},
"author": "Raphix",
"license": "ISC"