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

86 lines
2.6 KiB

{
"name": "@rocket.chat/gazzodown",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.5",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "next",
"@rocket.chat/fuselage": "next",
"@rocket.chat/fuselage-tokens": "next",
"@rocket.chat/message-parser": "next",
"@rocket.chat/styled": "next",
"@rocket.chat/ui-client": "workspace:^",
"@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/builder-webpack4": "~6.5.16",
"@storybook/manager-webpack4": "~6.5.16",
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "~0.0.13",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "~12.1.5",
"@types/jest": "~29.5.2",
"@types/katex": "~0.16.0",
"@types/react": "~17.0.62",
"@types/react-dom": "~17.0.20",
"@types/testing-library__jest-dom": "~5.14.6",
"@typescript-eslint/eslint-plugin": "~5.60.0",
"@typescript-eslint/parser": "~5.60.0",
"babel-loader": "^8.3.0",
"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-storybook": "~0.6.12",
"identity-obj-proxy": "^3.0.0",
"jest": "~29.5.0",
"jest-environment-jsdom": "~29.5.0",
"katex": "~0.16.7",
"outdent": "^0.8.0",
"react-docgen-typescript-plugin": "~1.0.5",
"react-dom": "~17.0.2",
"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",
"testunit": "jest --runInBand",
"test": "jest --runInBand",
"build": "rm -rf dist && tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
"typecheck": "tsc -p tsconfig.json --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"peerDependencies": {
"@rocket.chat/core-typings": "*",
"@rocket.chat/css-in-js": "*",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-tokens": "*",
"@rocket.chat/message-parser": "*",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-client": "*",
"@rocket.chat/ui-contexts": "*",
"katex": "*",
"react": "*"
},
"dependencies": {
"highlight.js": "^11.5.1",
"react-error-boundary": "^3.1.4"
},
"volta": {
"extends": "../../package.json"
}
}