next-data-fetcher
Version:
A flexible data fetching system for Next.js applications with real-time updates and pagination
78 lines (77 loc) • 1.94 kB
JSON
{
"name": "next-data-fetcher",
"version": "2.0.3",
"description": "A flexible data fetching system for Next.js applications with real-time updates and pagination",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src/**/*.ts",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"next.js",
"data-fetching",
"react",
"typescript",
"real-time",
"pagination",
"sse"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"date-fns": "4.1.0",
"embla-carousel-react": "8.5.1",
"events": "^3.3.0",
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"next": ">=13.0.0",
"next-themes": "^0.4.4",
"react-day-picker": "8.10.1",
"react-dom": ">=18.0.0",
"react-hook-form": "^7.54.1",
"react-resizable-panels": "^2.1.7",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.6",
"zod": "^3.24.1",
"react": "^18.0.0"
},
"peerDependencies": {
"next": ">=13.0.0",
"react": "^18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": ">=18.15.11",
"@types/react": ">=18.0.33",
"@types/react-dom": ">=18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"next": ">=13.3.0",
"postcss": "^8",
"react": "^18.0.0",
"react-dom": ">=18.2.0",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.1.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}