1 Star 1 Fork 95

SongZX/vite-vue-bpmn-process

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
MiyueFE 提交于 2022-07-14 17:49 . fix: 修复 dts 错误
{
"name": "vite-vue-bpmn-process",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite --force --open",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@bpmn-io/add-exporter": "^0.2.0",
"@bpmn-io/element-template-chooser": "^0.0.5",
"@bpmn-io/properties-panel": "^0.16.0",
"bpmn-js": "^9.3.1",
"bpmn-js-bpmnlint": "^0.18.0",
"bpmn-js-connectors-extension": "^0.4.0",
"bpmn-js-properties-panel": "^1.3.0",
"bpmn-js-token-simulation": "^0.27.0",
"bpmnlint": "^7.8.0",
"camunda-bpmn-moddle": "^6.1.2",
"diagram-js-minimap": "^2.1.1",
"highlight.js": "^11.5.1",
"lodash.debounce": "^4.0.8",
"lucide-vue-next": "^0.68.0",
"naive-ui": "^2.31.0",
"pinia": "^2.0.16",
"vue": "^3.2.37"
},
"devDependencies": {
"@types/node": "^16.4.13",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"prettier": "^2.3.2",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"typescript": "^4.5.4",
"vite": "^2.9.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.29.8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/szxio/vite-vue-bpmn-process.git
[email protected]:szxio/vite-vue-bpmn-process.git
szxio
vite-vue-bpmn-process
vite-vue-bpmn-process
dev

搜索帮助