react-hook-session-web-storage
Version:
A React hook for accessing sessionStorage
34 lines (33 loc) • 921 B
JSON
{
"name": "react-hook-session-web-storage",
"version": "2.0.1",
"description": "A React hook for accessing sessionStorage",
"keywords": [
"react",
"hook",
"sessionStorage"
],
"repository": "git@github.com:bence-toth/react-hook-session-web-storage.git",
"license": "LGPL-3.0",
"author": "Bence A. Toth <tothab@gmail.com>",
"contributors": [
"Aleksander Nowak <alek_nowak@hotmail.com>"
],
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist",
"build:watch": "babel src --out-dir dist --watch"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge",
"react": "^16.9.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
}
}