UNPKG

@iosifnicolae2/nextjs-turbo-redis-cache

Version:

[![npm version](https://img.shields.io/npm/v/@trieb.work/nextjs-turbo-redis-cache.svg)](https://www.npmjs.com/package/@trieb.work/nextjs-turbo-redis-cache) ![Turbo redis cache image](https://github.com/user-attachments/assets/98e0dfd9-f38a-42ad-a355-98437

34 lines (33 loc) 976 B
{ "name": "next-app", "version": "0.1.0", "private": true, "scripts": { "dev": "export VERCEL_URL=\"dev-test-$RANDOM\" && echo $VERCEL_URL && cd ../../.. && pnpm build && cd test/integration/next-app-15-3-2 && pnpm i && pnpm build && VERCEL_ENV=production REDISHOST=localhost REDISPORT=6379 DEBUG_CACHE_HANDLER=true pnpm start", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "react": "19.1.0", "react-dom": "19.1.0", "next": "15.3.2", "redis": "4.7.0", "@trieb.work/nextjs-turbo-redis-cache": "file:../../../" }, "devDependencies": { "typescript": "^5", "@types/node": "^20", "@types/react": "19.1.3", "@types/react-dom": "19.1.3", "@tailwindcss/postcss": "^4", "tailwindcss": "^4", "eslint": "^9", "eslint-config-next": "15.3.2", "@eslint/eslintrc": "^3" }, "overrides": { "@types/react": "19.1.3", "@types/react-dom": "19.1.3" } }