11 Star 77 Fork 7

AntdAdmin / antd-bpmn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2023-10-19 18:51 . build: v1.0.0 released!
{
"name": "@codeflex/antd-bpmn",
"author": "yangfuhai",
"version": "1.0.0",
"type": "module",
"keywords": [
"antd-bpmn",
"antdesign bpmn",
"react",
"antd",
"ant.design"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest run",
"watch": "vitest"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.10.0",
"bpmn-js": "^14.0.0",
"diagram-js-minimap": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.69.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/AntdAdmin/antd-bpmn"
},
"bugs": {
"url": "https://github.com/AntdAdmin/antd-bpmn/issues"
},
"homepage": "https://github.com/AntdAdmin/antd-bpmn#readme",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/antdadmin/antd-bpmn.git
git@gitee.com:antdadmin/antd-bpmn.git
antdadmin
antd-bpmn
antd-bpmn
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891