UNPKG

@5minds/processcube_app_sdk

Version:
126 lines (125 loc) 4.31 kB
{ "name": "@5minds/processcube_app_sdk", "version": "6.2.1", "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", "require": "./build/common/index.cjs", "default": "./build/common/index.mjs" }, "./server": { "types": "./server.d.ts", "require": "./build/server/index.cjs", "default": "./build/server/index.mjs" }, "./client": { "types": "./client.d.ts", "require": "./build/client/index.cjs", "default": "./build/client/index.mjs" }, "./client/components/*.css": { "import": "./build/client/components/*.css", "require": "./build/client/components/*.css", "default": "./build/client/components/*.css" } }, "scripts": { "clean": "rm -rf build", "prepare": "npm run build:prod", "test": "echo \"Error: no test specified\" && exit 1", "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\"", "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+ssh://git@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": "Alexander Kasten", "license": "MIT", "bugs": { "url": "https://github.com/5minds/ProcessCube.App.SDK/issues", "email": "product@5minds.de" }, "homepage": "https://processcube.io/docs/app-sdk", "engines": { "node": ">=18" }, "sideEffects": [ "*.css" ], "devDependencies": { "@tailwindcss/forms": "^0.5.7", "@trivago/prettier-plugin-sort-imports": "^5.0.0", "@types/node": "^22.0.0", "@types/react": "^18.2.22", "@types/react-dom": "^18.3.0", "@types/react-is": "^18.2.4", "@types/semver": "^7.5.8", "@types/uuid": "^10.0.0", "autoprefixer": "^10.4.16", "concurrently": "^8.2.0", "esbuild-style-plugin": "^1.6.3", "postcss-import": "^16.0.1", "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.6.0", "tailwindcss": "^3.4.1", "typescript": "^5.2.2" }, "peerDependencies": { "next": ">=14", "next-auth": "~4.24.6", "react": ">=18.0.0" }, "dependencies": { "@5minds/processcube_engine_client": "6.0.0", "@5minds/processcube_engine_sdk": "7.0.0", "@headlessui/react": "^2.1.1", "@heroicons/react": "^2.1.4", "@monaco-editor/react": "^4.6.0", "@heroui/react": "^2.6.14", "bpmn-js": "^18.6.0", "chokidar": "^3.5.3", "client-only": "^0.0.1", "esbuild": "^0.25.0", "isomorphic-dompurify": "^2.0.0", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "marked": "^15.0.0", "only-server": "^0.0.1", "openid-client": "^5.5.0", "react-dom": "^18.3.1", "react-is": "^18.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.0", "semver": "^7.6.0", "uuid": "^11.0.0" } }