86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"name": "diagram-js",
|
|
"version": "11.13.1",
|
|
"description": "A toolbox for displaying and modifying diagrams on the web",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"assets",
|
|
"test/util",
|
|
"test/helper",
|
|
"test/matchers",
|
|
"!.eslintrc",
|
|
"!lib/**/*.spec.ts"
|
|
],
|
|
"scripts": {
|
|
"all": "run-s lint test test:types",
|
|
"lint": "eslint .",
|
|
"dev": "npm test -- --auto-watch --no-single-run",
|
|
"test": "karma start",
|
|
"test:types": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bpmn-io/diagram-js"
|
|
},
|
|
"keywords": [
|
|
"modeler",
|
|
"modeling",
|
|
"canvas",
|
|
"diagram-js"
|
|
],
|
|
"author": {
|
|
"name": "Nico Rehwaldt",
|
|
"url": "https://github.com/nikku"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "bpmn.io contributors",
|
|
"url": "https://github.com/bpmn-io"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.2",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.24.0",
|
|
"eslint-plugin-bpmn-io": "^1.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"jquery": "^3.5.1",
|
|
"karma": "^6.4.0",
|
|
"karma-chrome-launcher": "^3.1.1",
|
|
"karma-coverage": "^2.2.0",
|
|
"karma-firefox-launcher": "^2.1.2",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-sinon-chai": "^2.0.2",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.1.0",
|
|
"mocha-test-container-support": "^0.2.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"puppeteer": "^19.4.1",
|
|
"sinon": "^15.0.0",
|
|
"sinon-chai": "^3.7.0",
|
|
"typescript": "^5.0.0",
|
|
"webpack": "^5.74.0"
|
|
},
|
|
"dependencies": {
|
|
"@bpmn-io/diagram-js-ui": "^0.2.2",
|
|
"clsx": "^1.2.1",
|
|
"didi": "^9.0.2",
|
|
"hammerjs": "^2.0.1",
|
|
"inherits-browser": "^0.1.0",
|
|
"min-dash": "^4.1.0",
|
|
"min-dom": "^4.1.0",
|
|
"object-refs": "^0.3.0",
|
|
"path-intersection": "^2.2.1",
|
|
"tiny-svg": "^3.0.1"
|
|
}
|
|
}
|