@5minds/processcube_docflow
Version:
Create webpage to view process documentation
72 lines (71 loc) • 1.66 kB
JSON
{
"name": "@5minds/processcube_docflow",
"description": "Create webpage to view process documentation",
"license": "proprietary",
"version": "2.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier -w ."
},
"bin": {
"docflow": "bin.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/5minds/ProcessCube.DocFlow.git"
},
"bugs": {
"url": "https://github.com/5minds/ProcessCube.DocFlow/issues",
"email": "product@5minds.de"
},
"homepage": "https://processcube.io/docs/",
"engines": {
"node": ">=20"
},
"author": "5Minds IT-Solutions GmbH & Co. KG",
"files": [
"app",
"public",
"bin.js",
"next.config.js",
"package.json",
"postcss.config.js",
"README.md",
"tailwind.config.js",
"tsconfig.json"
],
"keywords": [
"5Minds",
"BPMN",
"DocFlow",
"Documentation",
"Markdown",
"Governance",
"Risk",
"ProcessCube"
],
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"dependencies": {
"@5minds/processcube_app_sdk": "6.2.0",
"@nextui-org/react": "^2.4.2",
"@nextui-org/theme": "^2.2.6",
"@types/node": "^22.0.0",
"autoprefixer": "~10.4.19",
"http-server": "^14.1.1",
"next": "~15.3.0",
"next-auth": "^4.24.11",
"postcss": "~8.5.0",
"react": "~19.1.0",
"react-dom": "~19.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3"
}
}