UNIVPLMDataIntegration/Web/package.json

161 lines
4.1 KiB
JSON
Raw Normal View History

2024-06-15 13:02:35 +08:00
{
"name": "admin.net.pro",
"type": "module",
"version": "2.4.33",
"lastBuildTime": "2025.10.12",
2024-06-15 13:02:35 +08:00
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun",
"license": "MIT",
"scripts": {
"dev": "vite --open",
2024-07-17 20:39:22 +08:00
"build": "node --max-old-space-size=8192 ./node_modules/vite/bin/vite build",
2024-08-04 00:55:52 +08:00
"lint-fix": "eslint --fix src/",
"format": "prettier --write .",
2024-11-25 16:27:14 +08:00
"build-api": "cd api_build/ && build.bat",
2025-09-14 19:14:32 +08:00
"build-dataApproval-api": "cd api_build/ && build.bat dataApproval",
2024-11-25 16:27:14 +08:00
"build-dingTalk-api": "cd api_build/ && build.bat dingTalk",
"build-goView-api": "cd api_build/ && build.bat goView",
"genEleIconTypes": "node script/genEleIconTypes.js",
"translate": "node script/translate.cjs"
2024-06-15 13:02:35 +08:00
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@logicflow/core": "^2.1.2",
"@logicflow/extension": "^2.1.4",
"@microsoft/signalr": "^9.0.6",
"@vue-office/docx": "^1.6.3",
2024-12-26 23:35:33 +08:00
"@vue-office/excel": "^1.7.14",
"@vue-office/pdf": "^2.0.10",
"@vueuse/core": "^13.9.0",
"@vxe-ui/plugin-export-xlsx": "^4.3.0",
"@vxe-ui/plugin-render-element": "^4.1.0",
2024-06-15 13:02:35 +08:00
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"animate.css": "^4.1.1",
"async-validator": "^4.2.5",
"axios": "^1.12.2",
"compressorjs": "^1.2.1",
2025-06-03 00:35:04 +08:00
"countup.js": "^2.9.0",
2025-03-02 21:17:55 +08:00
"cropperjs": "^1.6.2",
2024-10-18 10:12:11 +08:00
"crypto-js": "^4.2.0",
2025-07-31 01:37:14 +08:00
"echarts": "^6.0.0",
"element-plus": "^2.11.4",
"exceljs": "^4.4.0",
"flag-icons": "^7.5.0",
"franc": "^6.2.0",
"gcoord": "^1.0.7",
2024-06-15 13:02:35 +08:00
"js-cookie": "^3.0.5",
2025-04-28 14:16:22 +08:00
"json-editor-vue": "^0.18.1",
2024-06-15 13:02:35 +08:00
"jsplumb": "^2.15.6",
"lodash-es": "^4.17.21",
2025-09-14 11:11:04 +08:00
"magic-string": "^0.30.19",
"md-editor-v3": "^6.1.0",
2024-06-15 13:02:35 +08:00
"mitt": "^3.0.1",
"monaco-editor": "^0.54.0",
2025-07-31 01:37:14 +08:00
"mqtt": "^5.14.0",
2024-06-15 13:02:35 +08:00
"nprogress": "^0.2.0",
"ol": "^10.6.1",
"pinia": "^3.0.3",
2024-06-15 13:02:35 +08:00
"print-js": "^1.6.0",
"push.js": "^1.0.12",
"qrcodejs2-fixes": "^0.0.2",
"qs": "^6.14.0",
"relation-graph": "^2.2.11",
2024-06-15 13:02:35 +08:00
"screenfull": "^6.0.2",
"sm-crypto-v2": "^1.15.0",
2024-11-30 03:12:36 +08:00
"sortablejs": "^1.15.6",
2025-05-24 10:25:00 +08:00
"splitpanes": "^4.0.4",
"sql-formatter": "^15.6.10",
2025-09-14 11:11:04 +08:00
"uuid": "^13.0.0",
2024-06-15 13:02:35 +08:00
"vcrontab-3": "^3.3.22",
"vform3-builds": "^3.0.10",
"vue": "^3.5.22",
2024-06-15 13:02:35 +08:00
"vue-clipboard3": "^2.0.0",
"vue-demi": "0.14.10",
"vue-draggable-plus": "^0.6.0",
"vue-element-plus-x": "^1.3.7",
2024-06-15 13:02:35 +08:00
"vue-grid-layout": "3.0.0-beta1",
2025-09-14 11:11:04 +08:00
"vue-i18n": "^11.1.12",
2025-06-27 01:16:20 +08:00
"vue-json-pretty": "^2.5.0",
2025-03-24 23:29:12 +08:00
"vue-plugin-hiprint": "^0.0.60",
2025-04-25 23:02:27 +08:00
"vue-router": "^4.5.1",
2024-06-15 13:02:35 +08:00
"vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2",
"vxe-pc-ui": "^4.9.42",
"vxe-table": "^4.16.21",
2025-09-14 11:11:04 +08:00
"xe-utils": "^3.7.9",
2024-06-15 13:02:35 +08:00
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
2025-05-02 01:13:54 +08:00
"@iconify/vue": "^5.0.0",
2025-08-31 00:04:16 +08:00
"@plugin-web-update-notification/vite": "^2.0.2",
2024-06-15 13:02:35 +08:00
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.18.9",
2024-06-15 13:02:35 +08:00
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"@vitejs/plugin-vue": "^6.0.1",
2025-08-28 11:09:59 +08:00
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/compiler-sfc": "^3.5.22",
"cli-progress": "^3.12.0",
2025-09-15 21:00:30 +08:00
"code-inspector-plugin": "^1.2.10",
"colors": "^1.4.0",
"dotenv": "^17.2.3",
"eslint": "^9.37.0",
"eslint-plugin-vue": "^10.5.0",
2025-09-14 11:11:04 +08:00
"globals": "^16.4.0",
"less": "^4.4.2",
"prettier": "^3.6.2",
"rollup-plugin-visualizer": "^6.0.4",
"sass": "^1.93.2",
"terser": "^5.44.0",
"typescript": "^5.9.3",
"vite": "^7.1.9",
2025-09-14 11:11:04 +08:00
"vite-auto-i18n-plugin": "^1.1.9",
2024-06-15 13:02:35 +08:00
"vite-plugin-cdn-import": "^1.0.1",
2025-08-30 00:22:20 +08:00
"vite-plugin-compression2": "^2.2.1",
2024-06-15 13:02:35 +08:00
"vite-plugin-vue-setup-extend": "^0.4.0",
2025-07-03 13:40:11 +08:00
"vue-eslint-parser": "^10.2.0"
2024-06-15 13:02:35 +08:00
},
"pnpm": {
"onlyBuiltDependencies": [
"@vue-office/docx",
"@vue-office/excel",
"@vue-office/pdf"
2025-05-25 22:55:57 +08:00
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"core-js",
"es5-ext",
"esbuild",
"json-editor-vue",
"vue-demi"
],
"overrides": {
"rollup": "4.43.0"
}
},
2024-06-15 13:02:35 +08:00
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
2024-12-10 14:42:02 +08:00
"node": ">=18.0.0",
2024-06-15 13:02:35 +08:00
"npm": ">= 7.0.0"
},
"keywords": [
"admin.net",
"vue",
"vue3",
"vuejs/vue-next",
"element-ui",
"element-plus",
"vue-next-admin",
"next-admin"
2025-09-17 13:39:44 +08:00
],
"volta": {
"node": "22.19.0"
}
2025-09-15 21:00:30 +08:00
}