update to agility/next

This commit is contained in:
Joel Varty
2021-06-09 23:17:19 -04:00
parent 17f458b45b
commit e836a5950f
26 changed files with 26612 additions and 6639 deletions

View File

@@ -2,18 +2,19 @@
"name": "nextjs-commerce",
"version": "1.0.0",
"scripts": {
"predev": "node framework/agility/agility.sync.js sync",
"predev": "agility-next sync",
"dev": "next dev",
"prebuild": "node framework/agility/agility.sync.js prebuild",
"prebuild": "agility-next prebuild",
"build": "next build",
"postbuild": "node framework/agility/agility.sync.js postbuild",
"export": "next export",
"postbuild": "agility-next postbuild",
"start": "next start",
"cms-pull": "agility-next sync",
"cms-clean": "agility-next clean",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"find:unused": "next-unused",
"generate": "graphql-codegen",
"generate:definitions": "node framework/bigcommerce/scripts/generate-definitions.js",
"cms-pull": "NODE_ENV=development && node framework/agility/agility.sync.js sync",
"cms-clear": "node framework/agility/agility.sync.js clear"
"generate:definitions": "node framework/bigcommerce/scripts/generate-definitions.js"
},
"prettier": {
"semi": false,
@@ -49,7 +50,8 @@
]
},
"dependencies": {
"@agility/content-sync": "^0.1.23",
"@agility/content-sync": "^1.0.3",
"@agility/nextjs": "^0.1.8",
"@reach/portal": "^0.11.2",
"@tailwindcss/ui": "^0.6.2",
"@vercel/fetch": "^6.1.0",
@@ -64,12 +66,12 @@
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"next": "^10.0.5-canary.11",
"next": "^10.2.3",
"next-seo": "^4.11.0",
"next-themes": "^0.0.4",
"postcss-nesting": "^7.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-merge-refs": "^1.1.0",
"react-ticker": "^1.2.2",
"swr": "^0.4.0",