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
| {
| "name": "@vben/web-antd",
| "version": "1.2.3",
| "homepage": "https://vben.pro",
| "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
| "directory": "apps/web-antd"
| },
| "license": "MIT",
| "author": {
| "name": "vben",
| "email": "ann.vben@gmail.com",
| "url": "https://github.com/anncwb"
| },
| "type": "module",
| "scripts": {
| "build": "pnpm vite build",
| "build:analyze": "pnpm vite build --mode analyze",
| "dev": "pnpm vite --mode development",
| "preview": "vite preview",
| "typecheck": "vue-tsc --noEmit --skipLibCheck"
| },
| "imports": {
| "#/*": "./src/*"
| },
| "dependencies": {
| "@ant-design/icons-vue": "^7.0.1",
| "@form-create/designer": "^3.2.11",
| "@form-create/element-ui": "^3.2.25",
| "@tinymce/tinymce-vue": "^6.0.1",
| "@vben/access": "workspace:*",
| "@vben/common-ui": "workspace:*",
| "@vben/constants": "workspace:*",
| "@vben/hooks": "workspace:*",
| "@vben/icons": "workspace:*",
| "@vben/layouts": "workspace:*",
| "@vben/locales": "workspace:*",
| "@vben/plugins": "workspace:*",
| "@vben/preferences": "workspace:*",
| "@vben/request": "workspace:*",
| "@vben/stores": "workspace:*",
| "@vben/styles": "workspace:*",
| "@vben/types": "workspace:*",
| "@vben/utils": "workspace:*",
| "@vueuse/core": "catalog:",
| "ant-design-vue": "catalog:",
| "axios": "^1.10.0",
| "bpmn-js": "^18.6.2",
| "cropperjs": "^1.6.2",
| "crypto-js": "^4.2.0",
| "dayjs": "catalog:",
| "diagram-js": "^15.3.0",
| "echarts": "^5.5.1",
| "element-plus": "^2.10.2",
| "jsencrypt": "^3.3.2",
| "lodash-es": "^4.17.21",
| "pinia": "catalog:",
| "qs": "^6.13.1",
| "tinymce": "^7.3.0",
| "unplugin-vue-components": "^0.27.3",
| "vue": "catalog:",
| "vue-router": "catalog:"
| },
| "devDependencies": {
| "@types/crypto-js": "^4.2.2",
| "@types/lodash-es": "^4.17.12"
| }
| }
|
|