UNPKG

@adil-01/persistent-state

Version:

Persistent state for react and next js application with client and server side rendering capabilities

30 lines (29 loc) 741 B
{ "name": "@adil-01/persistent-state", "version": "1.0.2", "description": "Persistent state for react and next js application with client and server side rendering capabilities", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/adil-01/persistent-state.git" }, "keywords": [ "persistent-state", "react", "next", "useState" ], "author": "Adil", "license": "MIT", "dependencies": { "react": "17.0.2", "react-dom": "17.0.2" }, "bugs": { "url": "https://github.com/adil-01/persistent-state/issues" }, "homepage": "https://github.com/adil-01/persistent-state#readme" }