Files
the-pet-loft/apps/storefront/package.json
ianshaloom 33fed9382a
Some checks failed
Deploy — Staging / Lint, Typecheck & Test (push) Successful in 2m40s
Deploy — Staging / Build & push — admin (push) Successful in 3m40s
Deploy — Staging / Build & push — storefront (push) Failing after 2m39s
Deploy — Staging / Deploy to staging VPS (push) Has been skipped
fix(deps): upgrade tailwind-merge to v3 and declare lucide-react in storefront
- apps/admin: tailwind-merge ^2.6.1 → ^3.4.0 so root resolves to v3.x,
  satisfying @heroui/styles/node_modules/tailwind-variants peer dep (>=3.0.0)
- apps/storefront: add lucide-react ^0.400.0 as explicit dep (used in
  SearchEmptyState and SearchResultsPanel but was previously undeclared)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 10:31:29 +03:00

25 lines
580 B
JSON

{
"name": "storefront",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^6.38.2",
"@heroui/react": "^3.0.0-beta.7",
"@heroui/styles": "^3.0.0-beta.7",
"@repo/convex": "*",
"@repo/types": "*",
"@repo/utils": "*",
"@stripe/react-stripe-js": "^5.6.0",
"@stripe/stripe-js": "^8.8.0",
"framer-motion": "^11.0.0",
"lucide-react": "^0.400.0"
}
}