加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Lyp 提交于 2022-07-02 16:47 . 功能优化
{
"name": "van",
"version": "1.0.0",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode prod",
"preview": "vite preview --port 5050"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.0.1",
"@vueuse/core": "^7.6.1",
"axios": "^0.26.0",
"bpmn-js": "^9.0.3",
"clipboard": "^2.0.10",
"codemirror": "^6.0.0",
"diagram-js-minimap": "^2.1.1",
"element-plus": "^2.2.8",
"fast-glob": "^3.2.11",
"highlight.js": "^11.5.1",
"mitt": "^3.0.0",
"sortablejs": "^1.15.0",
"spark-md5": "^3.0.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.2.36",
"vue-router": "^4.0.14",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/sortablejs": "^1.13.0",
"@types/spark-md5": "^3.0.2",
"@types/splitpanes": "^2.2.1",
"@vitejs/plugin-vue": "^2.1.0",
"eslint": "^8.11.0",
"eslint-plugin-vue": "^8.5.0",
"vite": "^2.8.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化