/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-contentful/package.json
27 строк
712 B
Joel Hooks
examples: inngest example for latest version (#68600)
15 авг 2024, 18:45
Не верифицирован
15 авг 2024, 18:45
658ffe2
Код
Авторство
О чём код?
{ "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" } }