UNPKG

@nimpl/getters

Version:

Implementation of server getters in React Server Components without switching to SSR in next.js

48 lines (47 loc) 982 B
{ "name": "@nimpl/getters", "version": "2.2.2", "description": "Implementation of server getters in React Server Components without switching to SSR in next.js", "files": [ "**/*.js", "**/*.d.ts" ], "scripts": { "build": "tsc" }, "keywords": [ "next", "next.js", "server components", "react.js", "get-pathname", "getters", "implementation", "get-params", "app router", "rsc" ], "repository": { "type": "git", "url": "git://github.com/alexdln/nimpl-getters.git" }, "author": { "name": "Alex Savelyev", "email": "dev@alexdln.com", "url": "https://github.com/alexdln/" }, "license": "MIT", "devDependencies": { "@types/node": "25.0.3", "@types/react": "19.2.7", "next": "16.1.1", "react": "19.2.3", "react-dom": "19.2.3", "typescript": "5.9.3" }, "peerDependencies": { "next": ">= 14.0.0", "react": ">= 18.2.0", "react-dom": ">= 18.2.0" } }