2024-06-15 13:02:35 +08:00
|
|
|
{
|
|
|
|
|
"name": "admin.net.pro",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "2.4.33",
|
2025-03-12 01:05:24 +08:00
|
|
|
"lastBuildTime": "2025.03.12",
|
2024-06-15 13:02:35 +08:00
|
|
|
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
|
|
|
|
|
"author": "zuohuaijun",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2025-01-27 15:43:05 +08:00
|
|
|
"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",
|
|
|
|
|
"build-approvalFlow-api": "cd api_build/ && build.bat approvalFlow",
|
|
|
|
|
"build-dingTalk-api": "cd api_build/ && build.bat dingTalk",
|
|
|
|
|
"build-goView-api": "cd api_build/ && build.bat goView"
|
2024-06-15 13:02:35 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2025-02-23 03:10:34 +08:00
|
|
|
"@logicflow/core": "^2.0.11",
|
|
|
|
|
"@logicflow/extension": "^2.0.15",
|
2024-07-10 12:54:50 +08:00
|
|
|
"@microsoft/signalr": "^8.0.7",
|
2024-06-15 13:02:35 +08:00
|
|
|
"@vue-office/docx": "^1.6.2",
|
2024-12-26 23:35:33 +08:00
|
|
|
"@vue-office/excel": "^1.7.14",
|
2024-11-17 02:28:45 +08:00
|
|
|
"@vue-office/pdf": "^2.0.9",
|
2025-03-12 01:05:24 +08:00
|
|
|
"@vueuse/core": "^13.0.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",
|
2025-03-13 02:42:45 +08:00
|
|
|
"axios": "^1.8.3",
|
2024-06-15 13:02:35 +08:00
|
|
|
"countup.js": "^2.8.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",
|
2024-12-28 15:47:53 +08:00
|
|
|
"echarts": "^5.6.0",
|
2024-06-15 13:02:35 +08:00
|
|
|
"echarts-gl": "^2.0.9",
|
|
|
|
|
"echarts-wordcloud": "^2.1.0",
|
2025-03-07 23:59:21 +08:00
|
|
|
"element-plus": "^2.9.6",
|
2024-06-30 15:30:59 +08:00
|
|
|
"exceljs": "^4.4.0",
|
2025-03-05 23:55:26 +08:00
|
|
|
"ezuikit-js": "^8.1.7",
|
2025-01-15 01:03:08 +08:00
|
|
|
"gcoord": "^1.0.7",
|
2025-02-27 11:57:05 +08:00
|
|
|
"install": "^0.13.0",
|
2024-06-15 13:02:35 +08:00
|
|
|
"js-cookie": "^3.0.5",
|
|
|
|
|
"js-table2excel": "^1.1.2",
|
|
|
|
|
"jsplumb": "^2.15.6",
|
2024-09-01 13:23:14 +08:00
|
|
|
"jwchat": "^2.0.3",
|
2024-06-15 13:02:35 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2025-02-23 03:10:34 +08:00
|
|
|
"md-editor-v3": "^5.3.2",
|
2024-06-15 13:02:35 +08:00
|
|
|
"mitt": "^3.0.1",
|
2024-12-10 08:37:09 +08:00
|
|
|
"monaco-editor": "^0.52.2",
|
2025-02-27 16:27:16 +08:00
|
|
|
"mqtt": "^5.10.4",
|
2024-06-15 13:02:35 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2025-01-31 19:32:52 +08:00
|
|
|
"ol": "^10.4.0",
|
2025-02-14 01:43:12 +08:00
|
|
|
"pinia": "^3.0.1",
|
2024-06-15 13:02:35 +08:00
|
|
|
"print-js": "^1.6.0",
|
|
|
|
|
"push.js": "^1.0.12",
|
|
|
|
|
"qrcodejs2-fixes": "^0.0.2",
|
2025-01-15 23:05:38 +08:00
|
|
|
"qs": "^6.14.0",
|
2024-11-30 03:12:36 +08:00
|
|
|
"relation-graph": "^2.2.10",
|
2024-06-15 13:02:35 +08:00
|
|
|
"screenfull": "^6.0.2",
|
2024-10-13 16:48:08 +08:00
|
|
|
"sm-crypto-v2": "^1.9.3",
|
2024-11-30 03:12:36 +08:00
|
|
|
"sortablejs": "^1.15.6",
|
2025-03-09 01:25:14 +08:00
|
|
|
"splitpanes": "^4.0.2",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vcrontab-3": "^3.3.22",
|
|
|
|
|
"vform3-builds": "^3.0.10",
|
2024-11-16 14:08:14 +08:00
|
|
|
"vue": "^3.5.13",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vue-clipboard3": "^2.0.0",
|
2024-11-25 01:30:10 +08:00
|
|
|
"vue-demi": "0.14.10",
|
2024-11-15 15:42:10 +08:00
|
|
|
"vue-draggable-plus": "^0.6.0",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vue-grid-layout": "3.0.0-beta1",
|
2025-03-07 23:59:21 +08:00
|
|
|
"vue-i18n": "^11.1.2",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vue-json-pretty": "^2.4.0",
|
2025-01-12 03:05:33 +08:00
|
|
|
"vue-plugin-hiprint": "^0.0.59-beta2",
|
2024-11-26 18:48:06 +08:00
|
|
|
"vue-router": "^4.5.0",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vue-signature-pad": "^3.0.2",
|
2025-02-27 15:01:29 +08:00
|
|
|
"vue3-flag-icons": "^0.0.3",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vue3-tree-org": "^4.2.2",
|
2025-03-13 11:00:01 +08:00
|
|
|
"vxe-pc-ui": "^4.4.11",
|
2025-03-12 12:46:01 +08:00
|
|
|
"vxe-table": "^4.11.21",
|
2024-06-30 15:30:59 +08:00
|
|
|
"vxe-table-plugin-element": "^4.0.4",
|
2024-10-17 12:12:45 +08:00
|
|
|
"vxe-table-plugin-export-xlsx": "^4.0.7",
|
2025-03-07 23:59:21 +08:00
|
|
|
"xe-utils": "^3.7.4",
|
2024-06-15 13:02:35 +08:00
|
|
|
"xlsx-js-style": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-06 13:40:19 +08:00
|
|
|
"@iconify/vue": "^4.3.0",
|
2025-01-17 00:57:07 +08:00
|
|
|
"@plugin-web-update-notification/vite": "^2.0.0",
|
2024-06-15 13:02:35 +08:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2025-03-10 09:31:24 +08:00
|
|
|
"@types/node": "^20.17.24",
|
2024-06-15 13:02:35 +08:00
|
|
|
"@types/nprogress": "^0.2.3",
|
|
|
|
|
"@types/sortablejs": "^1.15.8",
|
2025-03-12 01:05:24 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
|
|
|
"@typescript-eslint/parser": "^8.26.1",
|
2024-11-30 03:12:36 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
2024-11-16 14:08:14 +08:00
|
|
|
"@vue/compiler-sfc": "^3.5.13",
|
2025-03-13 02:42:45 +08:00
|
|
|
"code-inspector-plugin": "^0.20.4",
|
2025-03-09 01:25:14 +08:00
|
|
|
"eslint": "^9.22.0",
|
2025-03-05 23:55:26 +08:00
|
|
|
"eslint-plugin-vue": "^10.0.0",
|
2025-02-23 03:10:34 +08:00
|
|
|
"globals": "^16.0.0",
|
2025-01-21 11:16:54 +08:00
|
|
|
"less": "^4.2.2",
|
2025-03-04 01:26:06 +08:00
|
|
|
"prettier": "^3.5.3",
|
2025-01-06 23:37:42 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
2025-02-25 22:42:37 +08:00
|
|
|
"sass": "^1.85.1",
|
2025-02-14 01:43:12 +08:00
|
|
|
"terser": "^5.39.0",
|
2025-03-01 12:02:59 +08:00
|
|
|
"typescript": "^5.8.2",
|
2025-03-07 23:59:21 +08:00
|
|
|
"vite": "^6.2.1",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vite-plugin-cdn-import": "^1.0.1",
|
2024-11-30 03:12:36 +08:00
|
|
|
"vite-plugin-compression2": "^1.3.3",
|
2024-06-15 13:02:35 +08:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2025-03-05 23:55:26 +08:00
|
|
|
"vue-eslint-parser": "^10.1.1"
|
2024-06-15 13:02:35 +08:00
|
|
|
},
|
2025-03-04 01:26:06 +08:00
|
|
|
"pnpm": {
|
|
|
|
|
"onlyBuiltDependencies": [
|
|
|
|
|
"@vue-office/docx",
|
|
|
|
|
"@vue-office/excel",
|
|
|
|
|
"@vue-office/pdf"
|
|
|
|
|
]
|
|
|
|
|
},
|
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"
|
|
|
|
|
]
|
|
|
|
|
}
|