Some checks failed
Build & Deploy Mintel.me / 🔍 Prepare Environment (push) Successful in 9s
Build & Deploy Mintel.me / 🧪 Quality Assurance (push) Failing after 12s
Build & Deploy Mintel.me / 🏗️ Build App (push) Failing after 28s
Build & Deploy Mintel.me / 🚀 Deploy (push) Has been skipped
Build & Deploy Mintel.me / ⚡ PageSpeed (push) Has been skipped
Build & Deploy Mintel.me / 🔔 Notifications (push) Successful in 1s
- Ported pagespeed-sitemap.ts and integrated @lhci/cli - Enriched deploy.yml with parallel QA, maintenance, and PageSpeed jobs - Refined environment detection (main/beta/rc/prod) - Consolidated workflows and cleaned up package.json
76 lines
2.7 KiB
JSON
76 lines
2.7 KiB
JSON
{
|
|
"name": "@mintel/web",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"description": "Technical problem solver's blog - practical insights and learning notes",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "npm run test:links",
|
|
"test:links": "tsx ./scripts/test-links.ts",
|
|
"test:file-examples": "tsx ./scripts/test-file-examples-comprehensive.ts",
|
|
"clone-website": "tsx ./scripts/clone-recursive.ts",
|
|
"clone-page": "tsx ./scripts/clone-page.ts",
|
|
"generate-estimate": "tsx ./scripts/generate-estimate.ts",
|
|
"ai-estimate": "tsx ./scripts/ai-estimate.ts",
|
|
"video:preview": "remotion preview video/index.ts",
|
|
"video:render": "remotion render video/index.ts ButtonShowcase out/button-showcase.mp4",
|
|
"video:render:contact": "remotion render video/index.ts ContactFormShowcase out/contact-showcase.mp4 --concurrency=1 --codec=h264 --crf=16 --pixel-format=yuv420p --overwrite",
|
|
"video:render:button": "remotion render video/index.ts ButtonShowcase out/button-showcase.mp4 --concurrency=1 --codec=h264 --crf=16 --pixel-format=yuv420p --overwrite",
|
|
"video:render:all": "npm run video:render:contact && npm run video:render:button",
|
|
"pagespeed:test": "tsx ./scripts/pagespeed-sitemap.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@mintel/next-utils": "^1.0.1",
|
|
"@react-pdf/renderer": "^4.3.2",
|
|
"@remotion/bundler": "^4.0.414",
|
|
"@remotion/cli": "^4.0.414",
|
|
"@remotion/lottie": "^4.0.414",
|
|
"@remotion/renderer": "^4.0.414",
|
|
"@remotion/tailwind": "^4.0.414",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/ioredis": "^4.28.10",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vercel/og": "^0.8.6",
|
|
"axios": "^1.13.4",
|
|
"canvas-confetti": "^1.9.4",
|
|
"clsx": "^2.1.1",
|
|
"crawlee": "^3.15.3",
|
|
"framer-motion": "^12.29.2",
|
|
"ioredis": "^5.9.1",
|
|
"lucide-react": "^0.468.0",
|
|
"mermaid": "^11.12.2",
|
|
"next": "^16.1.6",
|
|
"playwright": "^1.58.1",
|
|
"prismjs": "^1.30.0",
|
|
"puppeteer": "^24.36.1",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"remotion": "^4.0.414",
|
|
"shiki": "^1.24.2",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"website-scraper": "^6.0.0",
|
|
"website-scraper-puppeteer": "^2.0.0",
|
|
"zod": "3.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@mintel/eslint-config": "^1.0.1",
|
|
"@mintel/tsconfig": "^1.0.1",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/node": "^25.0.6",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@types/qrcode": "^1.5.6",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"@lhci/cli": "^0.15.1",
|
|
"cheerio": "^1.1.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "5.9.3"
|
|
}
|
|
} |