UNPKG

@noeg/usetheme

Version:
45 lines (44 loc) 981 B
{ "author": "Noé Grangier", "dependencies": { "@noeg/uselocalstorage": "^1.0.3", "react": "^19.0.0" }, "description": "React hook and provider for application theming", "devDependencies": { "@testing-library/react": "^16.2.0", "@types/jest": "^29.5.14", "@types/react": "^19.0.8", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.3.6", "typescript": "^5.7.3" }, "files": [ "dist" ], "keywords": [ "react", "theme", "hook", "provider" ], "license": "ISC", "main": "index.js", "module": "./dist/index.mjs", "name": "@noeg/usetheme", "private": false, "repository": { "type": "git", "url": "https://github.com/NoeGrangier/reusable-hooks/tree/main/useTheme" }, "scripts": { "build": "tsup", "test": "jest", "prepublishOnly": "npm run build" }, "types": "./dist/index.d.ts", "version": "1.0.4" }