ajout des dépendances
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Johan LACHENAL 2 years ago
parent cc2d550ed4
commit 110b56427b

1
package-lock.json generated

@ -9,6 +9,7 @@
"animejs": "^3.2.1", "animejs": "^3.2.1",
"bootstrap": "^5.2.2", "bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2", "bootstrap-icons": "^1.10.2",
"http": "^0.0.1-security",
"nodemon": "^2.0.20", "nodemon": "^2.0.20",
"pm2": "^5.2.2", "pm2": "^5.2.2",
"socket.io": "^4.5.4" "socket.io": "^4.5.4"

@ -4,9 +4,12 @@
"animejs": "^3.2.1", "animejs": "^3.2.1",
"bootstrap": "^5.2.2", "bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2", "bootstrap-icons": "^1.10.2",
"http": "^0.0.1-security",
"socket.io": "^4.5.4" "socket.io": "^4.5.4"
}, },
"nodemonConfig" :{ "nodemonConfig": {
"watch": ["server.js"] "watch": [
"server.js"
]
} }
} }

Loading…
Cancel
Save