{ "name": "@rocket.chat/fuselage-ui-kit", "private": true, "version": "0.31.16", "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "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-ui-kit" }, "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "files": [ "/dist" ], "publishConfig": { "access": "public" }, "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", "eslint": "eslint --ext .js,.jsx,.ts,.tsx .", "eslint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "docs": "cross-env NODE_ENV=production build-storybook -o ../../static/fuselage-ui-kit", "storybook": "start-storybook -p 6006", "build-storybook": "cross-env NODE_ENV=production build-storybook", "bump-next": "bump-next" }, "peerDependencies": { "@rocket.chat/apps-engine": "*", "@rocket.chat/eslint-config": "*", "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/fuselage-polyfills": "*", "@rocket.chat/icons": "*", "@rocket.chat/prettier-config": "*", "@rocket.chat/styled": "*", "@rocket.chat/ui-contexts": "*", "@rocket.chat/ui-kit": "*", "@rocket.chat/ui-video-conf": "*", "@tanstack/react-query": "*", "react": "*", "react-dom": "*" }, "devDependencies": { "@rocket.chat/apps-engine": "1.39.1", "@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/fuselage": "next", "@rocket.chat/fuselage-hooks": "next", "@rocket.chat/fuselage-polyfills": "next", "@rocket.chat/icons": "next", "@rocket.chat/prettier-config": "next", "@rocket.chat/styled": "next", "@rocket.chat/ui-contexts": "workspace:^", "@rocket.chat/ui-kit": "next", "@rocket.chat/ui-video-conf": "workspace:^", "@storybook/addon-essentials": "~6.5.16", "@storybook/addons": "~6.5.16", "@storybook/builder-webpack5": "~6.5.16", "@storybook/manager-webpack5": "~6.5.16", "@storybook/react": "~6.5.16", "@storybook/source-loader": "~6.5.16", "@storybook/theming": "~6.5.16", "@tanstack/react-query": "^4.16.1", "@types/react": "~17.0.62", "@types/react-dom": "~17.0.20", "babel-loader": "~8.2.5", "cross-env": "^7.0.3", "eslint": "~8.43.0", "normalize.css": "^8.0.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.8", "react-docgen-typescript-plugin": "~1.0.5", "react-dom": "^17.0.2", "rimraf": "^3.0.2", "tslib": "^2.5.3", "typescript": "~5.1.3" }, "dependencies": { "@rocket.chat/gazzodown": "workspace:^", "@rocket.chat/ui-kit": "next", "tslib": "^2.5.3" }, "volta": { "extends": "../../package.json" } }