- Downgrade @astrojs/tailwind to v5.1.1 for v3 compatibility - Remove @tailwindcss/vite dependency (v4 specific) - Update tailwindcss to v3.4.17 - Fix astro.config.mjs to use standard Tailwind integration - Update CSS imports to use v3 @tailwind directives Fixes server deployment build failures due to dependency conflicts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
62 lines
1.8 KiB
JSON
62 lines
1.8 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": "NODE_OPTIONS='--max-old-space-size=8192' astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"typecheck": "astro check",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"mcp:stripe": "npx @stripe/mcp --tools=all --api-key=$STRIPE_SECRET_KEY",
|
|
"mcp:stripe:debug": "npx @modelcontextprotocol/inspector npx @stripe/mcp --tools=all --api-key=$STRIPE_SECRET_KEY"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/node": "^9.3.0",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@astrojs/tailwind": "^5.1.1",
|
|
"@craftjs/core": "^0.2.12",
|
|
"@craftjs/utils": "^0.2.5",
|
|
"@modelcontextprotocol/sdk": "^1.0.3",
|
|
"@sentry/astro": "^9.35.0",
|
|
"@sentry/node": "^9.35.0",
|
|
"@stripe/connect-js": "^3.3.25",
|
|
"@supabase/ssr": "^0.0.10",
|
|
"@supabase/supabase-js": "^2.50.3",
|
|
"@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",
|
|
"ramda": "^0.31.3",
|
|
"react": "^19.1.0",
|
|
"react-contenteditable": "^3.3.7",
|
|
"react-dom": "^19.1.0",
|
|
"react-easy-crop": "^5.4.2",
|
|
"resend": "^4.6.0",
|
|
"stripe": "^18.3.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"uuid": "^11.1.0",
|
|
"winston": "^3.17.0",
|
|
"zod": "^3.25.75"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.31.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"eslint": "^9.31.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.36.0"
|
|
}
|
|
}
|