46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "@bpmn-io/diagram-js-ui",
|
||
|
|
"version": "0.2.2",
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"module": "lib/index.js",
|
||
|
|
"types": "lib/index.d.ts",
|
||
|
|
"files": [
|
||
|
|
"lib"
|
||
|
|
],
|
||
|
|
"sideEffects": false,
|
||
|
|
"scripts": {
|
||
|
|
"all": "run-s lint test",
|
||
|
|
"lint": "eslint .",
|
||
|
|
"test": "karma start",
|
||
|
|
"dev": "karma start --auto-watch --no-single-run"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/bpmn-io/diagram-js-ui"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "Beatriz Mendes",
|
||
|
|
"url": "https://github.com/smbea"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"devDependencies": {
|
||
|
|
"eslint": "^8.25.0",
|
||
|
|
"eslint-plugin-bpmn-io": "^0.16.0",
|
||
|
|
"karma": "^6.4.1",
|
||
|
|
"karma-chrome-launcher": "^3.1.1",
|
||
|
|
"karma-firefox-launcher": "^2.1.2",
|
||
|
|
"karma-mocha": "^2.0.1",
|
||
|
|
"karma-sinon-chai": "^2.0.2",
|
||
|
|
"karma-webpack": "^5.0.0",
|
||
|
|
"mocha": "^10.1.0",
|
||
|
|
"npm-run-all": "^4.1.5",
|
||
|
|
"sinon": "^14.0.1",
|
||
|
|
"sinon-chai": "^3.7.0",
|
||
|
|
"webpack": "^5.74.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"htm": "^3.1.1",
|
||
|
|
"preact": "^10.11.2"
|
||
|
|
}
|
||
|
|
}
|