use-silly-hooks
Version:
A collection of custom React hooks to simplify state management in your applications. 🚀
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "use-silly-hooks",
"version": "0.1.2",
"description": "A collection of custom React hooks to simplify state management in your applications. 🚀",
"type": "module",
"files": [
"dist"
],
"keywords": [
"react",
"hooks",
"state",
"management",
"use-silly-hooks",
"use-string",
"use-number",
"use-boolean",
"use-array",
"use-object"
],
"repository": "https://github.com/brunos3d/use-silly-hooks",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup",
"test": "vitest",
"test:watch": "vitest watch",
"release": "pnpm build && changeset publish"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^25.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}