Version 1.0.0 - Basic Web Application

This commit is contained in:
2024-12-29 15:18:12 +01:00
parent 0ffcafdf3f
commit 6f637968bd
50 changed files with 42 additions and 6643 deletions

View File

@ -1,7 +1,7 @@
{
"name": "neutral",
"version": "1.1.0",
"description": "Panel d'administration de Raphix",
"name": "inventory",
"version": "1.0.0",
"description": "Gestion de veteements",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www",
@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://git.raphix.fr/infrastructure/neutral.git"
"url": "https://git.raphix.fr/raphix/inventory.git"
},
"nodemonConfig": {
"ext": "js, html",
@ -26,13 +26,11 @@
"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",
"os-utils": "^0.0.14"
"pm2": "^5.3.0",
"serve-favicon": "^2.0.4",
"socket.io": "^4.7.2",
"express-favicon": "^2.0.4",
"uuid": "^9.0.1"
},
"author": "Raphix",