Version 0.2.0 - PREVERSION - Ajout de certaines fonctionnalités
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-11-02 18:16:15 +01:00
parent a3e0f25968
commit 9c1074de80
17 changed files with 888 additions and 18 deletions

View File

@ -1,10 +1,11 @@
{
"name": "neutral",
"version": "0.1.3",
"version": "0.2.0",
"description": "Panel d'administration de Raphix",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www"
"start": "nodemon ./bin/www",
"dev": "set DEV=true & nodemon ./bin/www"
},
"repository": {
"type": "git",
@ -24,9 +25,11 @@
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-favicon": "^2.0.4",
"http-errors": "~1.6.3",
"loguix": "1.4.1",
"nodemon": "^3.0.1",
"socket.io": "^4.7.2",
"uuid": "^9.0.1"
},
"author": "Raphix",