UNPKG

@5minds/processcube_app_sdk

Version:
133 lines (132 loc) 4.59 kB
{ "name": "@5minds/processcube_app_sdk", "version": "8.6.3", "description": "The SDK for ProcessCube Apps", "type": "module", "main": "build/common/index.cjs", "module": "build/common/index.mjs", "browser": "build/client/index.mjs", "types": "common.d.ts", "exports": { ".": { "types": "./common.d.ts", "import": "./build/common/index.mjs", "require": "./build/common/index.cjs", "default": "./build/common/index.mjs" }, "./server": { "types": "./server.d.ts", "import": "./build/server/index.mjs", "require": "./build/server/index.cjs", "default": "./build/server/index.mjs" }, "./client": { "types": "./client.d.ts", "import": "./build/client/index.mjs", "require": "./build/client/index.cjs", "default": "./build/client/index.mjs" }, "./client/styles": "./build/client/root.css", "./client/components/*.css": { "import": "./build/client/components/*.css", "require": "./build/client/components/*.css", "default": "./build/client/components/*.css" }, "./package.json": "./package.json" }, "scripts": { "build": "concurrently -n=build:code,build:types,build:css \"NODE_ENV=development node build.js\" \"npm run build:types\" \"NODE_ENV=development node build-css.cjs\"", "build:types": "tsc -p tsconfig.common.json --emitDeclarationOnly && concurrently -n=build:types:server,build:types:client \"tsc -p tsconfig.server.json --emitDeclarationOnly\" \"tsc -p tsconfig.client.json --emitDeclarationOnly\"", "build:prod": "npm run clean && concurrently -n=build:prod:code,build:types,build:css \"NODE_ENV=production node build.js\" \"npm run build:types\" \"NODE_ENV=production node build-css.cjs\"", "clean": "rm -rf build", "format": "prettier --write .", "format:check": "prettier --check .", "prepare": "npm run build:prod", "test": "echo \"No tests specified\"", "watch": "NODE_ENV=development tsc -p tsconfig.common.json --emitDeclarationOnly && concurrently --kill-others -n=esbuild,tsc:server,tsc:common,tsc:client,build:css \"node build.js --watch\" \"tsc -p tsconfig.server.json --watch --preserveWatchOutput --emitDeclarationOnly\" \"tsc -p tsconfig.common.json --watch --preserveWatchOutput --emitDeclarationOnly\" \"tsc -p tsconfig.client.json --watch --preserveWatchOutput --emitDeclarationOnly\" \"NODE_ENV=development node build-css.cjs --watch\"" }, "repository": { "type": "git", "url": "git+https://github.com/5minds/ProcessCube.App.SDK.git" }, "files": [ "build/client", "build/common", "build/server", "client.d.ts", "common.d.ts", "server.d.ts", "!**.EMPTY" ], "keywords": [ "SDK", "ProcessCube", "Next", "Nextjs", "React", "5Minds" ], "author": "ProcessCube UG", "license": "MIT", "bugs": { "url": "https://www.processcube.io/support-1", "email": "info@processcube.io" }, "homepage": "https://docs.processcube.io/app-sdk", "engines": { "node": ">=24" }, "sideEffects": [ "*.css" ], "devDependencies": { "@tailwindcss/forms": "^0.5.10", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/lodash": "^4.17.20", "@types/node": "^24", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/react-is": "19.2.0", "@types/semver": "^7.7.0", "autoprefixer": "^10.4.21", "concurrently": "^9.1.2", "esbuild-style-plugin": "^1.6.3", "postcss-import": "^16.1.0", "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.7.1", "tailwindcss": "^3.4.1", "typescript": "^5.8.3" }, "peerDependencies": { "next": ">=15", "next-auth": "~4.24.12", "react": "^19.1.0" }, "dependencies": { "@5minds/processcube_engine_client": "^6.3.0-develop.2", "@5minds/processcube_engine_sdk": "^7.3.0-develop.2", "@headlessui/react": "^2.2.1", "@heroicons/react": "^2.2.0", "@heroui/react": "^2.7.6", "@monaco-editor/react": "^4.7.0", "bpmn-js": "^18.8.0", "chokidar": "^4.0.3", "client-only": "^0.0.1", "esbuild": "^0.25.2", "isomorphic-dompurify": "^2.30.1", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "marked": "^16.4.1", "only-server": "^0.0.1", "openid-client": "^5.5.0", "react-dom": "^19.1.0", "react-is": "19.2.0", "react-markdown": "^9.0.1", "rehype-autolink-headings": "^7.1.0", "rehype-raw": "^7.0.0", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1", "semver": "^7.7.1", "uuid": "^13.0.0" } }