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
| {
| "name": "admin.net",
| "type": "module",
| "version": "2.4.33",
| "lastBuildTime": "2024.08.13",
| "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
| "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"
| },
| "dependencies": {
| "@element-plus/icons-vue": "^2.3.1",
| "@fast-crud/fast-crud": "^1.21.2",
| "@fast-crud/fast-extends": "^1.21.2",
| "@fast-crud/ui-element": "^1.21.2",
| "@fast-crud/ui-interface": "^1.21.2",
| "@iconify/vue": "^4.1.2",
| "@logicflow/core": "^1.2.28",
| "@logicflow/extension": "^1.2.28",
| "@microsoft/signalr": "^8.0.7",
| "@vue-office/docx": "^1.6.2",
| "@vue-office/excel": "^1.7.11",
| "@vue-office/pdf": "^2.0.2",
| "@vueuse/core": "^10.11.1",
| "@wangeditor/editor": "^5.1.23",
| "@wangeditor/editor-for-vue": "^5.1.12",
| "animate.css": "^4.1.1",
| "async-validator": "^4.2.5",
| "axios": "^1.7.3",
| "countup.js": "^2.8.0",
| "cropperjs": "^1.6.2",
| "echarts": "^5.5.1",
| "echarts-gl": "^2.0.9",
| "echarts-wordcloud": "^2.1.0",
| "element-plus": "^2.8.0",
| "ezuikit": "^1.0.0",
| "ezuikit-js": "^8.0.8",
| "js-cookie": "^3.0.5",
| "js-table2excel": "^1.1.2",
| "jsplumb": "^2.15.6",
| "lodash-es": "^4.17.21",
| "md-editor-v3": "^4.18.1",
| "mitt": "^3.0.1",
| "monaco-editor": "^0.50.0",
| "mqtt": "^4.3.8",
| "nprogress": "^0.2.0",
| "pinia": "^2.2.1",
| "print-js": "^1.6.0",
| "push.js": "^1.0.12",
| "qrcodejs2-fixes": "^0.0.2",
| "qs": "^6.13.0",
| "relation-graph": "^2.2.3",
| "screenfull": "^6.0.2",
| "sm-crypto-v2": "^1.9.1",
| "sortablejs": "^1.15.2",
| "splitpanes": "^3.1.5",
| "vcrontab-3": "^3.3.22",
| "vform3-builds": "^3.0.10",
| "vue": "^3.4.37",
| "vue-clipboard3": "^2.0.0",
| "vue-demi": "^0.14.6",
| "vue-draggable-plus": "^0.5.3",
| "vue-grid-layout": "3.0.0-beta1",
| "vue-i18n": "^9.13.1",
| "vue-json-pretty": "^2.4.0",
| "vue-plugin-hiprint": "0.0.57-beta27",
| "vue-router": "^4.4.3",
| "vue-signature-pad": "^3.0.2",
| "vue3-tree-org": "^4.2.2",
| "xlsx-js-style": "^1.2.0"
| },
| "devDependencies": {
| "@plugin-web-update-notification/vite": "^1.7.1",
| "@types/lodash-es": "^4.17.12",
| "@types/node": "^20.14.15",
| "@types/nprogress": "^0.2.3",
| "@types/sortablejs": "^1.15.8",
| "@typescript-eslint/eslint-plugin": "^7.18.0",
| "@typescript-eslint/parser": "^7.18.0",
| "@vitejs/plugin-vue": "^5.1.2",
| "@vitejs/plugin-vue-jsx": "^4.0.0",
| "@vue/compiler-sfc": "^3.4.37",
| "code-inspector-plugin": "^0.15.2",
| "eslint": "^8.57.0",
| "eslint-plugin-vue": "^9.27.0",
| "globals": "^15.9.0",
| "less": "^4.2.0",
| "prettier": "^3.3.3",
| "rollup-plugin-visualizer": "^5.12.0",
| "sass": "^1.77.8",
| "terser": "^5.31.5",
| "typescript": "^5.5.4",
| "vite": "^5.4.0",
| "vite-plugin-cdn-import": "^1.0.1",
| "vite-plugin-compression2": "^1.1.3",
| "vite-plugin-vue-setup-extend": "^0.4.0",
| "vue-eslint-parser": "^9.4.3"
| },
| "browserslist": [
| "> 1%",
| "last 2 versions",
| "not dead"
| ],
| "engines": {
| "node": ">=16.0.0",
| "npm": ">= 7.0.0"
| },
| "keywords": [
| "admin.net",
| "vue",
| "vue3",
| "vuejs/vue-next",
| "element-ui",
| "element-plus",
| "vue-next-admin",
| "next-admin"
| ]
| }
|
|