react-use-localstorage
Version:
Use Local Storage with React hooks
64 lines (63 loc) • 1.54 kB
JSON
{
"name": "react-use-localstorage",
"version": "3.1.2-alpha.1",
"description": "Use Local Storage with React hooks",
"author": "Sung Kim <sungmkim80@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dance2die/react-use-localstorage.git"
},
"homepage": "https://github.com/dance2die/react-use-localstorage",
"main": "dist/index.js",
"umd:main": "dist/react-use-localstorage.umd.production.js",
"module": "dist/react-use-localstorage.es.production.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom"
},
"keywords": [
"localStorage",
"react",
"hooks"
],
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"husky": "^2.4.1",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"tsdx": "^0.6.1",
"tslib": "^1.10.0",
"typescript": "^3.5.1"
},
"peerDependencies": {
"react": "^16.8.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"contributors": [
{
"name": "lilasquared",
"email": "aaronmroberts1@gmail.com"
},
{
"name": "TheAifam5",
"email": "theaifam5@gmail.com",
"url": "https://theaifam5.eu/"
},
{
"name": "VitorLuizC",
"email": "vitorluizc@outlook.com",
"url": "http://vitorluizc.github.io/"
}
]
}