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/ui-composer/package.json

54 lines
1.6 KiB

{
"name": "@rocket.chat/ui-composer",
"version": "0.4.0",
"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.0",
"@rocket.chat/icons": "~0.39.0",
"@storybook/addon-actions": "^8.4.4",
"@storybook/addon-docs": "^8.4.4",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.4.4",
"@storybook/react-webpack5": "^8.4.4",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"eslint": "~8.45.0",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-storybook": "^0.11.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"storybook": "^8.4.4",
"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"
}
}