feat: add cabo package planning and price watch assets

This commit is contained in:
TopherMayor
2026-04-29 21:29:20 -07:00
parent 88ee723981
commit 8f31b80647
8 changed files with 1951 additions and 312 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "cabo-voting-app",
"version": "1.0.0",
"private": true,
"description": "Real-time Cabo bachelor party voting with budgets, packages, and activity planning.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.2",
"uuid": "^11.1.0",
"ws": "^8.18.2"
}
}