@nimpl/getters
Version:
Implementation of server getters in React Server Components without switching to SSR in next.js
47 lines • 988 B
JSON
{
"name": "@nimpl/getters",
"version": "2.1.1",
"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/vordgi/nimpl-getters.git"
},
"author": {
"name": "Savelyev Alexander",
"email": "vordgi1@gmail.com",
"url": "https://github.com/vordgi/"
},
"license": "MIT",
"devDependencies": {
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"next": "15.1.6",
"typescript": "5.4.5"
},
"peerDependencies": {
"react": ">= 18.2.0",
"react-dom": ">= 18.2.0",
"next": ">= 14.0.0"
}
}