Updated package

This commit is contained in:
Dunemask 2022-08-09 02:39:23 +00:00
parent fae064a6db
commit f84234150f

View file

@ -19,7 +19,7 @@
"build:react": "vite build",
"start": "node dist/app.js",
"start:dev": "nodemon dist/app.js",
"start:dev:replit": "npm run start:react:replit & (sleep 5 && npm run start:dev)",
"start:dev:replit": "npm run start:react:replit & (sleep 10 && npm run start:dev)",
"start:react": "vite preview",
"start:react:replit": "vite --host",
"test": "node tests/index.js",
@ -40,16 +40,17 @@
]
},
"dependencies": {
"@tanstack/react-query": "^4.0.0",
"amqplib": "^0.8.0",
"chalk": "^5.0.1",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"figlet": "^1.5.2",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"path": "^0.12.7",
"pg-promise": "^10.11.1",
"postgres-migrations": "^5.3.0",
"@tanstack/react-query": "^4.0.0",
"react-router-dom": "^6.3.0",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",