@piplup/utils
Version:
A collection of utility hooks and functions crafted to power up the packages within Piplup.
46 lines • 1.11 kB
JSON
{
"name": "@piplup/utils",
"version": "3.2.4",
"private": false,
"description": "A collection of utility hooks and functions crafted to power up the packages within Piplup.",
"keywords": [
"@piplup/use-local-storage",
"useLocalStorage",
"reactive localStorage",
"react localStorage",
"useEventListener",
"react event listener",
"@piplup/use-event-listener",
"use event listener"
],
"homepage": "https://www.piplupjs.com",
"repository": {
"url": "git+https://github.com/sadik-malik/piplup.git",
"directory": "packages/utils"
},
"license": "MIT",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"import": "./index.mjs",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"peerDependencies": {
"@types/react": "^18.2.0 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}