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/ee/packages/ui-theming/package.json

56 lines
1.6 KiB

{
"name": "@rocket.chat/ui-theming",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@rocket.chat/css-in-js": "next",
"@rocket.chat/fuselage": "next",
"@rocket.chat/fuselage-hooks": "next",
"@rocket.chat/icons": "next",
"@rocket.chat/ui-contexts": "workspace:~",
"@storybook/addon-actions": "~6.5.16",
"@storybook/addon-docs": "~6.5.16",
"@storybook/addon-essentials": "~6.5.16",
"@storybook/addon-interactions": "~6.5.16",
"@storybook/addon-links": "~6.5.16",
"@storybook/addon-postcss": "~2.0.0",
"@storybook/builder-webpack4": "~6.5.16",
"@storybook/manager-webpack4": "~6.5.16",
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "~0.0.13",
"@types/jest": "~29.5.2",
"@types/react": "~17.0.62",
"eslint": "~8.43.0",
"eslint-plugin-anti-trojan-source": "~1.1.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"jest": "~29.5.0",
"react": "~17.0.2",
"react-docgen-typescript-plugin": "~1.0.5",
"ts-jest": "~29.0.5",
"typescript": "~5.1.3"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"build": "rm -rf dist && tsc -p tsconfig-build.json",
"dev": "tsc -p tsconfig-build.json --watch --preserveWatchOutput"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/src"
],
"peerDependencies": {
"@rocket.chat/css-in-js": "*",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"react": "~17.0.2"
},
"volta": {
"extends": "../../../package.json"
}
}