加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
Lyp 提交于 2024-03-23 20:58 . feat: 升级依赖版本
{
"name": "van",
"version": "1.0.0",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "vite --mode dev",
"front": "vite --mode front",
"build": "vite build --mode prod && ssh root@43.139.88.95 rm -f /usr/share/nginx/html/admin/assets/* && scp -r ./dist/assets/* root@43.139.88.95:/usr/share/nginx/html/admin/assets/ && scp ./dist/index.html root@43.139.88.95:/usr/share/nginx/html/admin/index.html",
"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",
"@element-plus/icons-vue": "^2.1.0",
"@floating-ui/vue": "^0.2.1",
"@textbus/browser": "^2.0.0",
"@textbus/core": "^2.0.0",
"@textbus/editor": "^2.0.0",
"@vueuse/core": "^7.6.1",
"ag-grid-community": "^31.1.1",
"ag-grid-enterprise": "^31.1.1",
"ag-grid-vue3": "31.1.1",
"axios": "^0.26.0",
"bignumber.js": "^9.1.0",
"bpmn-js": "^13.0.2",
"clipboard": "^2.0.11",
"codemirror": "^6.0.0",
"dayjs": "^1.11.6",
"diagram-js": "^14.1.0",
"diagram-js-grid-bg": "^1.0.3",
"diagram-js-minimap": "^2.1.1",
"element-plus": "^2.6.1",
"fast-glob": "^3.2.11",
"highlight.js": "^11.5.1",
"min-dash": "^4.2.1",
"mitt": "^3.0.0",
"patch-package": "^7.0.0",
"pinia": "^2.0.28",
"spark-md5": "^3.0.2",
"typescript": "^5.2.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/sortablejs": "^1.13.0",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^9.23.0",
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^5.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化