zhuoyuan.wang
2024-06-19 15ebe96f28cadec6a726c5324593a40bbf56205f
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
{
  "name": "admin",
  "version": "1.0.0",
  "description": "管理系统",
  "author": "insistence",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "dependencies": {
    "@antv/g6": "5.0.1",
    "@antv/x6": "2.18.1",
    "@antv/x6-plugin-clipboard": "2.1.6",
    "@antv/x6-plugin-dnd": "2.1.1",
    "@antv/x6-plugin-export": "2.1.6",
    "@antv/x6-plugin-history": "2.2.4",
    "@antv/x6-plugin-keyboard": "2.2.3",
    "@antv/x6-plugin-scroller": "2.0.10",
    "@antv/x6-plugin-selection": "2.2.2",
    "@antv/x6-plugin-snapline": "2.1.7",
    "@antv/x6-plugin-stencil": "2.1.5",
    "@antv/x6-plugin-transform": "2.1.8",
    "@antv/x6-vue-shape": "2.1.2",
    "@element-plus/icons-vue": "2.3.1",
    "@vueup/vue-quill": "1.2.0",
    "@vueuse/core": "10.11.0",
    "@wangeditor/editor": "5.1.23",
    "@wangeditor/editor-for-vue": "5.1.12",
    "axios": "1.7.2",
    "bignumber.js": "9.1.2",
    "clipboard": "2.0.11",
    "dayjs": "1.11.11",
    "decimal.js": "10.4.3",
    "echarts": "5.5.0",
    "element-plus": "2.7.5",
    "file-saver": "2.0.5",
    "js-cookie": "3.0.5",
    "moment": "2.30.1",
    "monaco-editor": "0.49.0",
    "nprogress": "0.2.0",
    "pinia": "2.1.7",
    "sortablejs": "1.15.2",
    "vite-plugin-vue-setup-extend": "0.4.0",
    "vue": "3.4.29",
    "vue-cropper": "1.1.1",
    "vue-i18n": "9.13.1",
    "vue-router": "4.3.3"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "5.0.5",
    "@vue/compiler-sfc": "3.4.29",
    "less": "^4.2.0",
    "sass": "1.77.6",
    "unplugin-auto-import": "0.17.6",
    "vite": "5.3.1",
    "vite-plugin-compression": "0.5.1",
    "vite-plugin-svg-icons": "2.0.1"
  }
}