@camunda/form-playground
Version:
Camunda Form Playground.
103 lines (102 loc) • 2.68 kB
JSON
{
"name": "@camunda/form-playground",
"version": "0.23.0",
"description": "Camunda Form Playground.",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"all": "run-s lint test build",
"test": "karma start",
"build": "rollup -c --failAfterWarnings --bundleConfigAsCjs",
"build:watch": "rollup -cw --bundleConfigAsCjs",
"lint": "eslint .",
"start": "run-p build:watch start:example",
"start:example": "npm start --workspace=example",
"dev": "npm test -- --auto-watch --no-single-run",
"prepare": "run-s build",
"prepublishOnly": "run-s build",
"link-deps": "node tasks/link-deps.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda/form-playground.git"
},
"workspaces": [
"example"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"camunda",
"form-js",
"form-js-playground"
],
"author": {
"name": "Niklas Kiefer",
"url": "https://github.com/pinussilvestrus"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"dependencies": {
"classnames": "^2.5.1",
"diagram-js": "^15.4.0",
"min-dash": "^4.2.3",
"min-dom": "^5.1.1",
"mitt": "^3.0.1"
},
"devDependencies": {
"@bpmn-io/form-js": "^1.18.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@rollup/plugin-commonjs": "^28.0.9",
"@rollup/plugin-node-resolve": "^16.0.3",
"@testing-library/preact": "^3.2.4",
"axe-core": "^4.11.0",
"babel-loader": "^10.0.0",
"babel-plugin-istanbul": "^7.0.1",
"chai": "^4.3.10",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"del": "8.0.1",
"eslint": "^9.38.0",
"eslint-plugin-bpmn-io": "^2.2.0",
"execa": "^9.6.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-debug-launcher": "^0.0.5",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.1",
"mocha": "^10.7.3",
"mocha-test-container-support": "^0.2.0",
"npm-run-all2": "^8.0.4",
"puppeteer": "^24.14.0",
"qs": "^6.14.0",
"rollup": "^4.52.5",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-only": "^4.5.5",
"rollup-plugin-svg": "^2.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"style-loader": "^4.0.0",
"webpack": "^5.102.1"
},
"peerDependencies": {
"@bpmn-io/form-js": "^1.10.3"
},
"sideEffects": [
"*.css"
]
}