-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 KB
/
package.json
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
{
"name": "hzy-admin-element-plus",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@antv/g2": "^4.2.8",
"@antv/g2plot": "^2.4.22",
"@antv/x6": "^1.34.6",
"@antv/x6-vue-shape": "^1.5.3",
"@uiw/codemirror-extensions-langs": "^4.18.0",
"@uiw/codemirror-themes-all": "^4.18.0",
"@wangeditor/editor": "^5.1.23",
"codemirror": "^6.0.1",
"core-js": "^3.26.1",
"dayjs": "^1.11.5",
"md-editor-v3": "^2.4.1",
"vue-codemirror": "^6.1.1",
"vue3-print-nb": "^0.1.4",
"vxe-table": "^4.3.5",
"xe-utils": "3.5.6"
},
"devDependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@element-plus/icons-vue": "^2.0.10",
"@types/node": "*",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vueuse/core": "^9.5.0",
"@vueuse/integrations": "^9.2.0",
"axios": "^0.27.2",
"color": "^4.2.3",
"element-plus": "^2.2.29",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"typescript": "^4.9.3",
"universal-cookie": "^4.0.4",
"unplugin-vue-macros": "^1.7.3",
"vite": "^4.1.0",
"vue": "^3.2.37",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.24",
"sass": "^1.55.0",
"vite-plugin-html": "^3.2.0"
}
}