2 Star 0 Fork 1

mirrors_bpmn-io/diagram-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
Nico Rehwaldt 提交于 2024-12-20 10:34 . 15.2.4
{
"name": "diagram-js",
"version": "15.2.4",
"description": "A toolbox for displaying and modifying diagrams on the web",
"main": "lib/Diagram.js",
"module": "lib/Diagram.js",
"types": "lib/Diagram.d.ts",
"files": [
"lib",
"assets",
"test/util",
"test/helper",
"test/matchers",
"!lib/**/*.spec.ts"
],
"scripts": {
"all": "run-s lint test generate-types",
"lint": "eslint .",
"dev": "npm test -- --auto-watch --no-single-run",
"generate-types": "run-s generate-types:*",
"generate-types:generate": "del-cli \"lib/**/*.d.ts\" && npx bio-dts -r lib",
"generate-types:test": "tsc --noEmit --noImplicitAny",
"test": "karma start",
"prepublishOnly": "run-s generate-types"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/diagram-js"
},
"engines": {
"node": "*"
},
"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.25.2",
"@bpmn-io/a11y": "^0.1.0",
"@testing-library/preact": "^3.2.4",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"bio-dts": "^0.10.0",
"chai": "^4.5.0",
"del-cli": "^6.0.0",
"eslint": "^9.11.1",
"eslint-plugin-bpmn-io": "^2.0.2",
"jquery": "^3.5.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-safari-launcher": "^1.0.0",
"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": "^7.0.0",
"puppeteer": "^23.6.1",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^5.3.3",
"webpack": "^5.95.0"
},
"dependencies": {
"@bpmn-io/diagram-js-ui": "^0.2.3",
"clsx": "^2.1.0",
"didi": "^10.2.2",
"inherits-browser": "^0.1.0",
"min-dash": "^4.1.0",
"min-dom": "^4.2.1",
"object-refs": "^0.4.0",
"path-intersection": "^3.0.0",
"tiny-svg": "^3.1.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/diagram-js.git
git@gitee.com:mirrors_bpmn-io/diagram-js.git
mirrors_bpmn-io
diagram-js
diagram-js
develop

搜索帮助