feat: disable Wishlist

chore: setup commerce & next config
fix: replace all call to bigcommerce from aquilacms provider
feat add validation to input in signup
This commit is contained in:
Gérard Le Cloerec
2021-04-06 15:08:19 +02:00
parent 94861a922a
commit a5de31ae17
68 changed files with 2157 additions and 7640 deletions

View File

@@ -2,7 +2,10 @@
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"clean": "rm -rf .next",
"predev": "npm run clean",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"prebuild": "npm run clean",
"build": "next build",
"start": "next start",
"analyze": "BUNDLE_ANALYZE=both yarn build",
@@ -27,6 +30,7 @@
"dot-object": "^2.1.4",
"email-validator": "^2.0.4",
"immutability-helper": "^3.1.1",
"joi": "^17.4.0",
"js-cookie": "^2.2.1",
"keen-slider": "^5.2.4",
"lodash.debounce": "^4.0.8",
@@ -63,6 +67,7 @@
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@types/shopify-buy": "^2.10.5",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"graphql": "^15.4.0",
"husky": "^4.3.8",