Merge branch 'master' into accept-cookies

This commit is contained in:
Martin Bavio
2020-11-04 14:41:13 -03:00
60 changed files with 8931 additions and 619 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "e-comm-example",
"version": "0.1.0",
"private": true,
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -14,7 +13,6 @@
"dependencies": {
"@bigcommerce/storefront-data-hooks": "^1.0.2",
"@headlessui/react": "^0.2.0",
"@next/bundle-analyzer": "^9.5.5",
"@react-aria/overlays": "^3.4.0",
"@tailwindcss/ui": "^0.6.2",
"@vercel/fetch": "^6.1.0",
@@ -26,15 +24,13 @@
"keen-slider": "^5.2.4",
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"next": "^10.0.1-canary.1",
"next": "^10.0.1-canary.7",
"next-seo": "^4.11.0",
"next-themes": "^0.0.4",
"postcss-import": "^13.0.0",
"postcss-nesting": "^7.0.1",
"react": "^16.14.0",
"react-aria": "^3.0.0",
"react-dom": "^16.14.0",
"react-intersection-observer": "^8.29.1",
"react-merge-refs": "^1.1.0",
"react-ticker": "^1.2.2",
"tailwindcss": "^1.9"
@@ -48,7 +44,6 @@
"@types/lodash.random": "^3.2.6",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-swipeable-views": "^0.13.0",
"bunyan": "^1.8.14",
"bunyan-prettystream": "^0.1.3",
"postcss-flexbugs-fixes": "^4.2.1",
@@ -58,5 +53,6 @@
},
"resolutions": {
"webpack": "^5.0.0-beta.30"
}
},
"license": "MIT"
}