Files
the-pet-loft/apps/storefront/package.json
ianshaloom c8f5d8d096 feat(storefront): update FAQ and legal documentation
- Added new FAQ sections for account security, ordering and checkout, returns, shipping, and contact information.
- Introduced legal documents including privacy policy, terms of service, data protection, and general terms and conditions.
- Updated package dependencies to include gray-matter and remark-gfm for enhanced markdown support.
2026-03-13 21:39:25 +03:00

28 lines
670 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",
"gray-matter": "^4.0.3",
"lucide-react": "^0.400.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.0"
}
}