spiff-arena/package.json

89 lines
2.5 KiB
JSON
Raw Normal View History

{
"name": "bpmn-js-spiffworkflow",
"version": "0.0.8",
"description": "Extensions and modifications of BPMN.js to improve BPMN development for SpiffWorkflow",
"scripts": {
"all": "run-s lint test build",
"build": "webpack --mode production",
"build:watch": "webpack --watch",
"dev": "run-p build:watch serve",
"serve": "sirv public --dev",
Squashed 'bpmn-js-spiffworkflow/' changes from 6007a770a..9762eb631 9762eb631 updated data object category to just category 2169b54d3 Merge pull request #58 from sartography/feature/data-object-category 1816c7f08 fixed tests w/ burnettk d888c37b0 added support to add categories to data objects in extensions w/ burnettk b00abf00c Merge pull request #57 from sartography/feature/dataObject-naming-with-dataState ae4bd8154 Fix Overrided Label editing provider bug bfbfb0106 Merge pull request #56 from sartography/enhancements/condition-expression 3b4f06b8c Switch from TextField to textAreaFieal ec81cfa0b Done with basic unic testing 9c1d9afac Implement new tests 123037d8e Before implementing new tests 84a0667ec Remove Consoles 511a9c9c3 Done with Fixing Broken Tests 37e71bdef Handle Broken Tests 5 7aa03cd39 Handle Broken Test 4 80dcc92d2 Handle Broken Tests 3 d3a1f3825 Handle Broken Tests 2 e598f86fe Broken Tests 5289bd6ee Add Rename references to dataObjectHelpers cc2482ad4 Handle Manual Changes f3d5a94c9 Add LabelEditing Provider ab311a29f NPM RUN LINT 39d0cf616 Before Implement Manual Change 84d6e20ff OnChange Events e35578061 Remove Name Input ee68f07f2 Update reference name on change dataObj Name 845c3edc4 INNIT eae58f559 Merge pull request #53 from sartography/feature/data-store-props aa6640e38 Ready To Deploy 2778c764f Last a368d0cec Feature is implemented 3d757eca9 Add Interceptors d1fe1d2b2 Remove duplicate group f0e98ceea Merging cd6546d3e Add bpmn:dataStore in the level of process definition 2a4c1ffc6 linting. 71cf495df Implement Tests c1dbb1599 Merge pull request #51 from sartography/dependabot/github_actions/JS-DevTools/npm-publish-3 5460f57fd Merge pull request #52 from sartography/dependabot/github_actions/actions/setup-node-4 eedab6e82 Bump actions/setup-node from 3 to 4 04186b903 Merge pull request #48 from sartography/feature/add-conditional-events 10bcfce4f No param sort (#50) 025f428cd Bump JS-DevTools/npm-publish from 2 to 3 4d160b8cb display condition panel for conditional events and inclusive gateway sources git-subtree-dir: bpmn-js-spiffworkflow git-subtree-split: 9762eb631de107aac584fce1c056070cdaed171e
2023-12-13 10:19:59 -05:00
"lint": "./node_modules/.bin/eslint app *.js",
"lint:fix": "./node_modules/.bin/eslint --fix app *.js",
"start": "run-s build serve",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sartography/bpmn-js-spiffworkflow"
},
"keywords": [
"bpmn",
"spiffworkflow"
],
"author": {
"name": "Dan Funk (Sartography)",
"url": "https://github.com/danfunk"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.2",
"@testing-library/preact": "^2.0.1",
"@testing-library/preact-hooks": "^1.1.0",
"@types/mocha": "^9.1.1",
"babel-loader": "^8.2.5",
"chai": "^4.3.6",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.18.0",
"eslint_d": "^12.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-bpmn-io": "^0.14.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sonarjs": "^0.13.0",
"file-saver": "^2.0.5",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"mocha": "^10.0.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"sirv-cli": "^2.0.2",
"stringify": "^5.2.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"peerDependencies": {
Squashed 'bpmn-js-spiffworkflow/' changes from 9dcca6c80..6007a770a 6007a770a fix typo aa524120b Merge pull request #47 from sartography/dependabot/github_actions/crazy-max/ghaction-github-labeler-5.0.0 75556c020 Bump crazy-max/ghaction-github-labeler from 4.2.0 to 5.0.0 9a5c333de Merge pull request #46 from sartography/feature/better_form_nav c6c955284 Merge pull request #43 from sartography/bugfix/update-data-input-output-specs 094c573e0 fixing a test. 5fcb47125 Assume established naming conventions over requiring a form schema and ui schema each time as separate inputs. Making this one dropdown for the user form instead of two. 53f45dbaa Merge pull request #45 from sartography/dependabot/github_actions/actions/checkout-4 67765a994 Bump actions/checkout from 3 to 4 dbcd66942 Merge pull request #44 from sartography/dependabot/github_actions/crazy-max/ghaction-github-labeler-4.2.0 b8be0e335 Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0 7743372d2 update iospec to include refs in input/output sets 6e17bda37 use same version of bpmn-js as arena 2c7fca88f missed a type in spiffworkflow.json d62f021e3 Merge pull request #42 from sartography/bugfix/lowercase-overridden-tags c625980c5 update extension names e92ae2f5a make sure tags with extensions are written to xml correctly eb37b6d29 Merge pull request #41 from sartography/feature/guest_form_submission 1b390c46c added panel extensions for guest access to human tasks w/ burnettk f01bece04 Merge pull request #40 from sartography/feature/multiinstance-improvements b8179146b allow attaching pre/post scripts to MI task or instance tasks git-subtree-dir: bpmn-js-spiffworkflow git-subtree-split: 6007a770a5938c993173001a013116cedfc80359
2023-10-14 12:30:16 -04:00
"bpmn-js": "^13.0.0",
"bpmn-js-properties-panel": "*",
"diagram-js": "*"
},
"dependencies": {
"inherits": "^2.0.4",
"inherits-browser": "^0.0.1",
"min-dash": "^3.8.1",
"min-dom": "^3.2.1",
"moddle": "^5.0.3",
"tiny-svg": "^2.2.3"
}
}