feat(ecommerce): migrate Ari Shopping to Next.js 15 headless storefront v4
Build and Push Frontend / build (push) Failing after 9m42s

This commit is contained in:
2026-07-19 21:36:35 -05:00
parent 2e7abc7e72
commit fe7b2019c2
79 changed files with 7686 additions and 187 deletions
+26 -25
View File
@@ -1,38 +1,39 @@
{
"name": "ari-shopping-headless-storefront",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"check": "npm run typecheck && npm run lint && npm run build"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"motion": "^12.23.24",
"next": "^15.5.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.8"
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-progress": "1.1.8",
"@radix-ui/react-slot": "1.2.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.544.0",
"motion": "12.23.24",
"next": "15.5.10",
"react": "19.1.5",
"react-dom": "19.1.5",
"tailwind-merge": "3.3.1",
"zustand": "5.0.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^22.18.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"eslint": "^9.35.0",
"eslint-config-next": "^15.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.0"
"@tailwindcss/postcss": "4.1.14",
"@types/node": "22.18.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.0",
"eslint": "8.57.1",
"eslint-config-next": "15.5.10",
"postcss": "8.5.6",
"tailwindcss": "4.1.14",
"typescript": "5.9.3"
}
}