UNPKG

@rocket.chat/fuselage-hooks

Version:

React hooks for Fuselage, Rocket.Chat's design system and UI toolkit

79 lines (78 loc) 2.16 kB
{ "name": "@rocket.chat/fuselage-hooks", "version": "0.37.1", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "keywords": [ "react", "hooks", "fuselage", "rocket.chat" ], "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "repository": { "type": "git", "url": "git+https://github.com/RocketChat/fuselage.git", "directory": "packages/fuselage-hooks" }, "license": "MIT", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "main": "dist/index.js", "unpkg": "dist/index.umd.js", "module": "dist/index.module.js", "source": "src/index.ts", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "run-s .:build:clean .:build:rollup", ".:build:clean": "rimraf dist", ".:build:rollup": "rollup -c", "lint": "lint", "lint-and-fix": "lint-and-fix", "test": "jest --runInBand" }, "devDependencies": { "@rocket.chat/emitter": "^0.31.25", "@rocket.chat/fuselage-tokens": "^0.33.2", "@rollup/plugin-commonjs": "~28.0.6", "@rollup/plugin-json": "~6.1.0", "@rollup/plugin-node-resolve": "~16.0.1", "@rollup/plugin-terser": "~0.4.4", "@rollup/plugin-typescript": "~12.1.4", "@testing-library/dom": "~10.4.0", "@testing-library/react": "~16.3.0", "@testing-library/user-event": "~14.6.1", "@types/react": "~18.3.23", "@types/react-dom": "~18.3.7", "@types/resize-observer-browser": "~0.1.11", "eslint": "~9.29.0", "jest": "~30.0.0", "jest-environment-jsdom": "~30.0.5", "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.5.3", "react": "~18.3.1", "react-dom": "~18.3.1", "rimraf": "~6.0.1", "rollup": "~4.45.1", "testing-utils": "^0.31.25", "ts-jest": "~29.4.0", "typedoc": "~0.28.7", "typescript": "~5.8.3" }, "peerDependencies": { "@rocket.chat/emitter": "*", "@rocket.chat/fuselage-tokens": "*", "react": "*" }, "publishConfig": { "access": "public" } }