UNPKG

@rocket.chat/fuselage-toastbar

Version:
91 lines (90 loc) 2.52 kB
{ "name": "@rocket.chat/fuselage-toastbar", "version": "0.35.2", "description": "Fuselage ToastBar component", "keywords": [ "rocketchat", "rocketchat-fuselage", "fuselage", "toastbar", "fuselage-toastbar" ], "homepage": "https://github.com/RocketChat/fuselage#readme", "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "repository": { "type": "git", "url": "git+https://github.com/RocketChat/fuselage.git", "directory": "packages/fuselage-toastbar" }, "license": "MIT", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "run-s .:build:clean .:build:esm .:build:cjs", ".:build:clean": "rimraf dist", ".:build:esm": "tsc -p tsconfig.esm.json", ".:build:cjs": "tsc -p tsconfig.cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", "test": "jest --runInBand", "docs": "typedoc", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "react-timing-hooks": "~4.0.2" }, "devDependencies": { "@rocket.chat/fuselage": "^0.71.0", "@rocket.chat/fuselage-hooks": "^0.39.0", "@rocket.chat/fuselage-tokens": "^0.33.2", "@rocket.chat/layout": "^0.34.2", "@rocket.chat/storybook-dark-mode": "^4.1.0", "@rocket.chat/styled": "^0.32.0", "@storybook/addon-docs": "~9.1.17", "@storybook/addon-webpack5-compiler-swc": "~4.0.2", "@storybook/react-webpack5": "~9.1.17", "@testing-library/dom": "~10.4.1", "@testing-library/jest-dom": "~6.9.1", "@testing-library/react": "~16.3.2", "@testing-library/user-event": "~14.6.1", "@types/react": "~18.3.27", "@types/react-dom": "~18.3.7", "eslint": "~9.39.2", "jest": "~30.2.0", "jest-environment-jsdom": "~30.2.0", "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.6.2", "react": "~18.3.1", "react-dom": "~18.3.1", "rimraf": "~6.0.1", "storybook": "~9.1.17", "ts-jest": "~29.4.6", "typedoc": "~0.28.16", "typescript": "~5.9.3" }, "peerDependencies": { "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/styled": "*", "react": "*", "react-dom": "*" }, "volta": { "extends": "../../package.json" }, "publishConfig": { "access": "public" } }