UNPKG

@mmcodemark/fuselage-hooks

Version:

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

85 lines (84 loc) 2.34 kB
{ "name": "@mmcodemark/fuselage-hooks", "version": "0.31.22", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/RocketChat/fuselage.git", "directory": "packages/fuselage-hooks" }, "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "keywords": [ "react", "hooks", "fuselage", "rocket.chat" ], "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.module.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "run-s .:build:clean .:build:rollup", ".:build:clean": "rimraf dist", ".:build:rollup": "rollup -c", "lint": "lint", "lint-and-fix": "lint-and-fix", "lint-staged": "lint-staged", "test": "jest --runInBand", "bump-next": "bump-next" }, "devDependencies": { "@mmcodemark/eslint-config-alt": "^0.31.22", "@mmcodemark/fuselage-tokens": "^0.31.22", "@mmcodemark/prettier-config": "^0.31.22", "@rollup/plugin-commonjs": "~21.0.3", "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "~13.1.3", "@rollup/plugin-typescript": "~8.3.4", "@testing-library/react-hooks": "~8.0.1", "@testing-library/user-event": "~14.4.3", "@types/jest": "~29.5.0", "@types/react": "~17.0.57", "@types/react-dom": "^17.0.19", "@types/resize-observer-browser": "~0.1.7", "@types/use-sync-external-store": "~0.0.3", "bump": "^0.31.22", "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "^0.31.22", "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "react": "^17.0.2", "rimraf": "~5.0.0", "rollup": "~2.67.3", "rollup-plugin-terser": "~7.0.2", "testing-utils": "^0.31.22", "ts-jest": "~29.1.0", "typedoc": "~0.24.1", "typescript": "~5.0.4" }, "peerDependencies": { "@mmcodemark/fuselage-tokens": "*", "react": "^17.0.2" }, "dependencies": { "use-sync-external-store": "~1.2.0" } }