{ "name": "@rocket.chat/ui-composer", "version": "0.5.1", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { ".:build-preview-move": "mkdir -p ../../.preview/ && cp -r ./storybook-static ../../.preview/ui-composer", "build": "rm -rf dist && tsc -p tsconfig.build.json", "build-preview": "storybook build", "dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput", "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "storybook": "storybook dev -p 6006", "typecheck": "tsc --noEmit" }, "devDependencies": { "@babel/core": "~7.26.0", "@react-aria/toolbar": "^3.0.0-nightly.5042", "@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/fuselage": "~0.60.3", "@rocket.chat/icons": "^0.40.0", "@storybook/addon-actions": "^8.5.3", "@storybook/addon-docs": "^8.5.3", "@storybook/addon-essentials": "^8.5.3", "@storybook/addon-styling-webpack": "^1.0.1", "@storybook/addon-webpack5-compiler-babel": "^3.0.5", "@storybook/react": "^8.5.3", "@storybook/react-webpack5": "^8.5.3", "@types/react": "~18.3.17", "@types/react-dom": "~18.3.5", "eslint": "~8.45.0", "eslint-plugin-react": "~7.37.2", "eslint-plugin-react-hooks": "~5.0.0", "eslint-plugin-storybook": "^0.11.0", "react": "~18.3.1", "react-dom": "~18.3.1", "storybook": "^8.5.3", "typescript": "~5.7.2" }, "peerDependencies": { "@react-aria/toolbar": "*", "@rocket.chat/fuselage": "*", "@rocket.chat/icons": "*", "react": "^17.0.2", "react-dom": "^17.0.2" }, "volta": { "extends": "../../package.json" } }