revert 6f637968bdd5dea7f472e5a07517e072ed69715e
All checks were successful
Neutral/pipeline/head This commit looks good

revert Version 1.0.0 - Basic Web Application
This commit is contained in:
2024-12-29 14:53:26 +00:00
parent a9414ff6ce
commit ee556d859e
50 changed files with 6642 additions and 41 deletions

View File

@ -1,7 +1,7 @@
{
"name": "inventory",
"version": "1.0.0",
"description": "Gestion de veteements",
"name": "neutral",
"version": "1.1.0",
"description": "Panel d'administration de Raphix",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www",
@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://git.raphix.fr/raphix/inventory.git"
"url": "https://git.raphix.fr/infrastructure/neutral.git"
},
"nodemonConfig": {
"ext": "js, html",
@ -26,11 +26,13 @@
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"install": "^0.13.0",
"loguix": "^1.4.2",
"nodemon": "^3.0.1",
"os-utils": "^0.0.14",
"pm2": "^5.3.0",
"express-favicon": "^2.0.4",
"serve-favicon": "^2.0.4",
"socket.io": "^4.7.2",
"uuid": "^9.0.1"
},
"author": "Raphix",