1 Star 0 Fork 1

devenc/diagram-js

forked from mirrors_bpmn-io/diagram-js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
Nico Rehwaldt 提交于 2024-02-24 22:40 . chore: update to bio-dts@0.10.0
{
"name": "diagram-js",
"version": "14.1.0",
"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",
"!.eslintrc",
"!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.23.9",
"@testing-library/preact": "^3.2.3",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"bio-dts": "^0.10.0",
"chai": "^4.4.1",
"del-cli": "^5.0.0",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"eslint-plugin-import": "^2.29.1",
"jquery": "^3.5.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"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.1",
"mocha": "^10.3.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all2": "^6.0.0",
"puppeteer": "^22.1.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^5.3.3",
"webpack": "^5.90.3"
},
"dependencies": {
"@bpmn-io/diagram-js-ui": "^0.2.2",
"clsx": "^2.1.0",
"didi": "^10.2.0",
"inherits-browser": "^0.1.0",
"min-dash": "^4.1.0",
"min-dom": "^4.1.0",
"object-refs": "^0.4.0",
"path-intersection": "^3.0.0",
"tiny-svg": "^3.0.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devenc/diagram-js.git
git@gitee.com:devenc/diagram-js.git
devenc
diagram-js
diagram-js
develop

搜索帮助