dolab
Version:
Lightweight and fast React hooks library for fetching and managing data with Zustand state management. Ideal for scalable and modern React applications.
60 lines (59 loc) • 1.43 kB
JSON
{
"name": "dolab",
"version": "1.0.14",
"description": "Lightweight and fast React hooks library for fetching and managing data with Zustand state management. Ideal for scalable and modern React applications.",
"type": "module",
"main": "dist/dolab.umd.js",
"module": "dist/dolab.es.js",
"types": "types/dolab.d.ts",
"files": [
"dist",
"types"
],
"keywords": [
"react",
"zustand",
"hooks",
"react-hooks",
"state-management",
"data-fetching",
"lightweight",
"fast",
"typescript",
"vite",
"frontend",
"custom-hooks",
"react-library",
"zustand-store",
"react-state"
],
"author": "Abdelrahman Seada",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.build.json && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.14.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}