The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/fuselage-ui-kit/package.json

116 lines
3.7 KiB

{
"name": "@rocket.chat/fuselage-ui-kit",
"version": "26.0.0",
"private": true,
"description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system",
"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-ui-kit"
},
"license": "MIT",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
".:build-preview-move": "mkdir -p ../../.preview/ && cp -r ./storybook-static ../../.preview/fuselage-ui-kit",
".:build:clean": "rimraf dist",
".:build:tsc": "tsc -p tsconfig.build.json",
"build": "run-s .:build:clean .:build:tsc",
"build-preview": "yarn build-storybook",
"build-storybook": "NODE_ENV=production storybook build",
"dev": "tsc --watch --preserveWatchOutput -p tsconfig.build.json",
"docs": "cross-env NODE_ENV=production storybook build -o ../../static/fuselage-ui-kit",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"storybook": "storybook dev -p 6006 --no-version-updates",
"test": "jest",
"testunit": "jest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/gazzodown": "workspace:^",
"@rocket.chat/ui-kit": "workspace:~"
},
"devDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.70.0",
"@rocket.chat/fuselage-hooks": "~0.38.1",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"@rocket.chat/icons": "~0.46.0",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/mock-providers": "workspace:^",
"@rocket.chat/styled": "~0.32.0",
"@rocket.chat/tsconfig": "workspace:*",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
"@rocket.chat/ui-kit": "workspace:~",
"@rocket.chat/ui-video-conf": "workspace:^",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"@storybook/theming": "^8.6.14",
"@tanstack/react-query": "~5.65.1",
"@testing-library/dom": "~10.4.1",
"@testing-library/react": "~16.3.0",
"@testing-library/user-event": "~14.6.1",
"@types/react": "~18.3.26",
"@types/react-dom": "~18.3.7",
"cross-env": "^7.0.3",
"eslint": "~8.45.0",
"eslint-plugin-storybook": "~0.11.6",
"i18next": "~23.4.9",
"jest": "~30.2.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"prettier": "~3.3.3",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "~13.2.2",
"react-virtuoso": "^4.12.0",
"rimraf": "^6.0.1",
"storybook": "^8.6.14",
"storybook-dark-mode": "^4.0.2",
"typescript": "~5.9.3",
"webpack": "~5.99.9"
},
"peerDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-avatar": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^",
"@rocket.chat/ui-kit": "workspace:^",
"@rocket.chat/ui-video-conf": "workspace:^",
"@tanstack/react-query": "*",
"i18next": "*",
"react": "*",
"react-dom": "*",
"react-i18next": "*"
},
"volta": {
"extends": "../../package.json"
},
"publishConfig": {
"access": "public"
}
}