@hudoro/hooks
Version:
Usefull react hooks for HSD App
43 lines (42 loc) • 938 B
JSON
{
"name": "@hudoro/hooks",
"version": "0.0.6-beta.15",
"description": "Usefull react hooks for HSD App",
"author": "Prawito Hudoro",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"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.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"path": "^0.12.7",
"typescript": "^5.4.5",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.9.0"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
}
}