Merge branch 'main' into feature/dashboard

This commit is contained in:
Keith Solomon
2025-05-25 13:36:32 -05:00
10 changed files with 1057 additions and 266 deletions

View File

@@ -9,12 +9,17 @@
"build:css": "tailwindcss -i ./styles/base.css -o ./public/stylesheets/style.css --minify"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.52.0",
"@supabase/supabase-js": "^2.49.8",
"axe-playwright": "^2.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.10",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
"morgan": "~1.9.1",
"jsdom": "^26.1.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.7",