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

51 lines
1.4 KiB

{
"name": "@rocket.chat/pdf-worker",
"version": "0.3.1-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json && cp -r src/public dist/public",
"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",
"test": "jest",
"testunit": "jest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.5",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/fuselage-tokens": "~0.33.2",
"emoji-assets": "^7.0.1",
"emoji-toolkit": "^7.0.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"react": "~18.3.1"
},
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"@testing-library/react": "~16.0.1",
"@types/emojione": "^2.2.9",
"@types/jest": "~29.5.14",
"@types/react": "~18.3.17",
"@types/react-dom": "~18.3.5",
"buffer": "~6.0.3",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"react-dom": "~18.3.1",
"storybook": "^8.6.14",
"typescript": "~5.7.2"
},
"volta": {
"extends": "../../../package.json"
}
}