Files
blackcanyontickets/package.json
2025-07-08 12:31:31 -06:00

45 lines
1.1 KiB
JSON

{
"name": "black-canyon-tickets",
"type": "module",
"version": "1.0.0",
"description": "Elegant ticketing for mountain-town events",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/tailwind": "^6.0.2",
"@sentry/astro": "^9.35.0",
"@sentry/node": "^9.35.0",
"@supabase/supabase-js": "^2.50.3",
"@tailwindcss/vite": "^4.1.11",
"@types/bcrypt": "^5.0.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.11.0",
"bcrypt": "^6.0.0",
"cheerio": "^1.1.0",
"dotenv": "^17.1.0",
"node-cron": "^4.2.0",
"qrcode": "^1.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"resend": "^4.6.0",
"stripe": "^18.3.0",
"tailwindcss": "^4.1.11",
"winston": "^3.17.0",
"zod": "^3.25.75"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"typescript": "^5.8.3"
}
}