@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
97 lines (96 loc) • 2.9 kB
JSON
{
"name": "@rocket.chat/onboarding-ui",
"version": "0.35.2",
"description": "Set of components and functions for the onboarding experience on Rocket.Chat",
"keywords": [
"rocketchat"
],
"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/onboarding-ui"
},
"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: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"
},
"dependencies": {
"i18next": "~23.4.9",
"react-hook-form": "~7.54.2"
},
"devDependencies": {
"@rocket.chat/fuselage": "^0.65.0",
"@rocket.chat/fuselage-hooks": "^0.37.0",
"@rocket.chat/fuselage-polyfills": "^0.31.25",
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@rocket.chat/icons": "^0.43.0",
"@rocket.chat/layout": "^0.33.1",
"@rocket.chat/logo": "^0.32.2",
"@rocket.chat/styled": "^0.32.0",
"@storybook/addon-a11y": "~9.0.9",
"@storybook/addon-docs": "~9.0.9",
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
"@storybook/react-webpack5": "~9.0.9",
"@testing-library/dom": "~10.4.0",
"@testing-library/react": "~16.3.0",
"@types/react": "~18.3.23",
"@types/react-dom": "~18.3.7",
"countries-list": "^3.1.1",
"eslint": "~9.29.0",
"jest": "~30.0.0",
"jest-environment-jsdom": "~30.0.0",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.5.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "~13.2.2",
"rimraf": "~6.0.1",
"storybook": "~9.0.9",
"storybook-dark-mode": "patch:storybook-dark-mode@npm%3A4.0.2#~/.yarn/patches/storybook-dark-mode-npm-4.0.2-1acb0927fb.patch",
"ts-jest": "~29.4.0",
"typedoc": "~0.28.5",
"typescript": "~5.8.3"
},
"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"
},
"publishConfig": {
"access": "public"
}
}