@io-orkes/human-task-material-renderers-react
Version:
`@io-orkes/human-task-material-renderers-react` is a custom library that extends the `@jsonforms/material-renderers` to provide custom renderers for human task forms. This library leverages Material UI components to deliver a seamless and responsive user
92 lines (91 loc) • 2.62 kB
JSON
{
"name": "@io-orkes/human-task-material-renderers-react",
"version": "v1.0.5",
"private": false,
"license": "Apache-2.0",
"homepage": "https://orkes.io",
"repository": {
"type": "git",
"url": "https://github.com/conductor-sdk/human-task-renderers.git"
},
"keywords": [
"conductor",
"workflow",
"orchestration",
"microservice"
],
"type": "module",
"scripts": {
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build",
"set:license:header": "node addLicenseHeader.js"
},
"dependencies": {
"@jsonforms/material-renderers": "^3.6.0",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "^3.1.0",
"@jsonforms/react": "^3.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/x-date-pickers": "^6.0.0",
"@storybook/addon-actions": "^8.1.0",
"@storybook/addon-essentials": "^8.1.0",
"@storybook/addon-links": "^8.1.0",
"@storybook/preset-create-react-app": "^8.1.0",
"@storybook/react": "^8.1.0",
"@storybook/react-vite": "^8.1.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"storybook": "^8.1.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@jsonforms/core": "3.2.1",
"@jsonforms/react": "3.2.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/x-date-pickers": "^6.0.0",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
},
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
}
}