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

48 lines
1.3 KiB

{
"name": "@rocket.chat/ui-theming",
"version": "0.4.4",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/src"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig-build.json",
"dev": "tsc -p tsconfig-build.json --watch --preserveWatchOutput",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix"
},
"devDependencies": {
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/emitter": "~0.31.25",
"@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/ui-contexts": "workspace:~",
"@types/react": "~18.3.26",
"@types/react-dom": "~18.3.7",
"eslint": "~8.45.0",
"eslint-plugin-anti-trojan-source": "~1.1.2",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~5.0.0",
"eslint-plugin-testing-library": "^6.4.0",
"react": "~18.3.1",
"react-docgen-typescript-plugin": "~1.0.8",
"react-dom": "~18.3.1",
"react-virtuoso": "^4.12.0",
"typescript": "~5.9.3",
"webpack": "~5.99.9"
},
"peerDependencies": {
"@rocket.chat/css-in-js": "*",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"react": "*"
},
"volta": {
"extends": "../../../package.json"
}
}