first commit

This commit is contained in:
2024-03-03 23:12:38 +03:00
commit a5b7d0edfe
11 changed files with 355 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"dependencies": {
"create-react-app": "^5.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"helmet": "^7.1.0",
"mongoose": "^8.2.0",
"morgan": "^1.10.0",
"nodemon": "^3.1.0",
"socket.io": "^4.7.4",
"chalk": "^4.0.0"
},
"name": "wisecolt-mancmini",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"keywords": [],
"description": ""
}