1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
| {
| "name": "admin.net",
| "type": "module",
| "version": "2.4.33",
| "lastBuildTime": "2025.06.03",
| "description": "非政采招标采购交易管理平台",
| "author": "zuohuaijun",
| "license": "MIT",
| "scripts": {
| "dev": "vite",
| "build": "node --max-old-space-size=8192 ./node_modules/vite/bin/vite build",
| "lint-fix": "eslint --fix src/",
| "format": "prettier --write .",
| "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"
| },
| "dependencies": {
| "@element-plus/icons-vue": "^2.3.1",
| "@logicflow/core": "^2.0.13",
| "@logicflow/extension": "^2.0.18",
| "@microsoft/signalr": "^8.0.7",
| "@vue-office/docx": "^1.6.3",
| "@vue-office/excel": "^1.7.14",
| "@vue-office/pdf": "^2.0.10",
| "@vueuse/core": "^13.2.0",
| "@wangeditor/editor": "^5.1.23",
| "@wangeditor/editor-for-vue": "^5.1.12",
| "animate.css": "^4.1.1",
| "async-validator": "^4.2.5",
| "axios": "^1.9.0",
| "countup.js": "^2.8.2",
| "cropperjs": "^1.6.2",
| "echarts": "^5.6.0",
| "echarts-gl": "^2.0.9",
| "echarts-wordcloud": "^2.1.0",
| "element-plus": "^2.9.11",
| "ezuikit-js": "^8.1.9-beta.3",
| "js-cookie": "^3.0.5",
| "js-table2excel": "^1.1.2",
| "json-editor-vue": "^0.18.1",
| "jsplumb": "^2.15.6",
| "lodash-es": "^4.17.21",
| "md-editor-v3": "^5.6.0",
| "mitt": "^3.0.1",
| "monaco-editor": "^0.52.2",
| "mqtt": "^5.13.0",
| "nprogress": "^0.2.0",
| "pinia": "^3.0.2",
| "print-js": "^1.6.0",
| "push.js": "^1.0.12",
| "qrcodejs2-fixes": "^0.0.2",
| "qs": "^6.14.0",
| "relation-graph": "^2.2.11",
| "screenfull": "^6.0.2",
| "sm-crypto-v2": "^1.11.0",
| "sortablejs": "^1.15.6",
| "splitpanes": "^4.0.4",
| "vcrontab-3": "^3.3.22",
| "vform3-builds": "^3.0.10",
| "vue": "^3.5.14",
| "vue-clipboard3": "^2.0.0",
| "vue-demi": "^0.14.10",
| "vue-draggable-plus": "^0.6.0",
| "vue-grid-layout": "3.0.0-beta1",
| "vue-i18n": "^11.1.4",
| "vue-json-pretty": "^2.4.0",
| "vue-plugin-hiprint": "^0.0.60",
| "vue-router": "^4.5.1",
| "vue-signature-pad": "^3.0.2",
| "vue3-tree-org": "^4.2.2",
| "xlsx-js-style": "^1.2.0"
| },
| "devDependencies": {
| "@eslint/eslintrc": "^3.3.1",
| "@eslint/js": "^9.27.0",
| "@plugin-web-update-notification/vite": "^2.0.0",
| "@types/lodash-es": "^4.17.12",
| "@types/node": "^22.15.21",
| "@types/nprogress": "^0.2.3",
| "@types/sortablejs": "^1.15.8",
| "@typescript-eslint/eslint-plugin": "^8.32.1",
| "@typescript-eslint/parser": "^8.32.1",
| "@vitejs/plugin-vue": "^5.2.4",
| "@vitejs/plugin-vue-jsx": "^4.2.0",
| "@vue/compiler-sfc": "^3.5.14",
| "code-inspector-plugin": "^0.20.10",
| "eslint": "^9.27.0",
| "eslint-plugin-vue": "^10.1.0",
| "globals": "^16.2.0",
| "less": "^4.3.0",
| "prettier": "^3.5.3",
| "rollup-plugin-visualizer": "^6.0.0",
| "sass": "^1.89.0",
| "terser": "^5.39.2",
| "typescript": "^5.8.3",
| "vite": "^6.3.5",
| "vite-plugin-cdn-import": "^1.0.1",
| "vite-plugin-compression2": "^1.4.0",
| "vite-plugin-vue-setup-extend": "^0.4.0",
| "vue-eslint-parser": "^10.1.3"
| },
| "pnpm": {
| "onlyBuiltDependencies": [
| "@vue-office/docx",
| "@vue-office/excel",
| "@vue-office/pdf"
| ],
| "ignoredBuiltDependencies": [
| "@parcel/watcher",
| "core-js",
| "es5-ext",
| "esbuild",
| "json-editor-vue",
| "vue-demi"
| ]
| },
| "browserslist": [
| "> 1%",
| "last 2 versions",
| "not dead"
| ],
| "engines": {
| "node": ">=18.0.0",
| "npm": ">= 7.0.0"
| },
| "keywords": [
| "admin.net",
| "vue",
| "vue3",
| "vuejs/vue-next",
| "element-ui",
| "element-plus",
| "vue-next-admin",
| "next-admin"
| ]
| }
|
|