UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

99 lines (98 loc) 2.87 kB
{ "name": "@rocket.chat/onboarding-ui", "version": "0.35.1", "description": "Set of components and functions for the onboarding experience on Rocket.Chat", "keywords": [ "rocketchat" ], "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "homepage": "https://github.com/RocketChat/fuselage#readme", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/RocketChat/fuselage.git", "directory": "packages/onboarding-ui" }, "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:cjs .:build:esm", ".: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 --no-version-updates", "build-storybook": "storybook build" }, "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "devDependencies": { "@rocket.chat/fuselage": "^0.61.0", "@rocket.chat/fuselage-hooks": "^0.35.0", "@rocket.chat/fuselage-polyfills": "^0.31.25", "@rocket.chat/fuselage-tokens": "^0.33.2", "@rocket.chat/icons": "^0.41.0", "@rocket.chat/layout": "^0.32.0", "@rocket.chat/logo": "^0.32.0", "@rocket.chat/styled": "^0.32.0", "@storybook/addon-a11y": "~8.6.4", "@storybook/addon-essentials": "~8.6.4", "@storybook/addon-webpack5-compiler-swc": "~1.0.5", "@storybook/react": "~8.6.4", "@storybook/react-webpack5": "~8.6.4", "@storybook/theming": "~8.6.4", "@testing-library/react": "~16.2.0", "@types/jest": "~29.5.14", "@types/react": "~18.3.18", "@types/react-dom": "~18.3.5", "countries-list": "^2.6.1", "eslint": "~9.21.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.5.2", "react": "~18.3.1", "react-dom": "~18.3.1", "react-i18next": "~13.2.2", "rimraf": "^3.0.2", "storybook": "~8.6.4", "storybook-dark-mode": "~4.0.2", "ts-jest": "~29.2.6", "typedoc": "~0.27.9", "typescript": "~5.8.2" }, "dependencies": { "i18next": "~21.6.16", "react-hook-form": "~7.54.2" }, "peerDependencies": { "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/fuselage-polyfills": "*", "@rocket.chat/icons": "*", "@rocket.chat/layout": "*", "@rocket.chat/logo": "*", "@rocket.chat/styled": "*", "react": "*", "react-dom": "*", "react-i18next": "*" }, "volta": { "extends": "../../package.json" } }