UNPKG

@hudoro/hooks

Version:

Useful react hooks for HSD App

44 lines (43 loc) 973 B
{ "name": "@hudoro/hooks", "version": "0.0.6-beta.21", "description": "Useful react hooks for HSD App", "author": "Prawito Hudoro", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "private": false, "type": "module", "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "keywords": [ "react", "react-hooks", "react-custom-hooks", "react-utils", "usehooks" ], "license": "ISC", "scripts": { "dev": "vite --config vite.config.ts --port 3000", "build": "vite build --config vite.config.ts" }, "devDependencies": { "@types/node": "^20.19.26", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^4.7.0", "path": "^0.12.7", "typescript": "^5.9.3", "vite": "^5.4.21", "vite-plugin-dts": "^3.9.1" }, "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" } }