Updated package
This commit is contained in:
parent
fae064a6db
commit
f84234150f
1 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue