/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cache-handler-redis/package.json
21 строка
413 B
Mauro Accornero
fix[examples]: update example cache-handler-redis (#67350)
18 июл 2024, 15:57
Не верифицирован
18 июл 2024, 15:57
0d3a353
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@neshca/cache-handler": "^1.3.2", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "redis": "latest" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "typescript": "^5.3.3" } }