feat(poc): finalize cart

This commit is contained in:
Björn Meyer
2023-07-24 11:18:57 +02:00
parent 5545375527
commit 0bd4c18958
12 changed files with 410 additions and 275 deletions

View File

@@ -20,11 +20,11 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@shopware/api-client": "0.0.0-canary-20230713092547",
"@vercel/og": "^0.5.8",
"@shopware/api-client": "0.0.0-canary-20230721083422",
"@vercel/og": "^0.5.9",
"clsx": "^1.2.1",
"is-empty-iterable": "^3.0.0",
"next": "13.4.10",
"next": "13.4.12",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
@@ -33,18 +33,18 @@
"devDependencies": {
"@playwright/test": "^1.36.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.2",
"@types/node": "^20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.10",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^48.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",