feat(recipes): generate recipe pages from airtable (#178995849)

This commit is contained in:
Bhaskar Murthy
2021-07-24 19:30:45 -04:00
parent e4a45a7ea3
commit ff7a5a3728
8 changed files with 164 additions and 170 deletions

View File

@@ -5,6 +5,7 @@
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "BUNDLE_ANALYZE=both yarn build",
"prettier-fix": "prettier --write .",
"find:unused": "npx next-unused",
@@ -21,6 +22,7 @@
"dependencies": {
"@react-spring/web": "^9.2.1",
"@vercel/fetch": "^6.1.0",
"airtable": "^0.11.1",
"autoprefixer": "^10.2.6",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.3.1",