Files
vercel__next.js/examples/cms-contentful/package.json
Joel Hooks 658ffe2e0e examples: inngest example for latest version (#68600)
Co-authored-by: malewis5 <matthew.a.lewis7@gmail.com>
Co-authored-by: Lee Robinson <me@leerob.io>
2024-08-15 10:45:36 -05:00

28 lines
712 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"setup": "node ./lib/setup.js"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.17.1",
"@contentful/rich-text-types": "^16.2.1",
"@contentful/vercel-nextjs-toolkit": "latest",
"@tailwindcss/typography": "0.5.9",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"autoprefixer": "10.4.15",
"contentful-import": "^9.0.4",
"date-fns": "2.30.0",
"next": "latest",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}