You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scripted/package.json

21 lines
353 B

{
"dependencies": {
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2",
"express": "^4.18.2",
"http": "^0.0.1-security",
"socket.io": "^4.5.4"
},
"nodemonConfig": {
"watch": [
"server.js"
]
},
"scripts": {
"start": "nodemon WEB/server.js"
}
}