forked from LiaoRui0826/admin.ui.plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.25 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
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
{
"name": "admin.ui.plus",
"version": "2.2.4",
"description": "vue3 vite admin plus",
"author": "",
"license": "MIT",
"scripts": {
"dev": "vite --force",
"build": "vite build",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
"format": "npx prettier --write .",
"install:pkg": "npm install --registry https://registry.npmmirror.com",
"gen:api": "node ./gen/gen-api"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.2",
"countup.js": "^2.8.0",
"cropperjs": "^1.6.1",
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"element-plus": "2.4.2",
"js-cookie": "^3.0.5",
"js-table2excel": "^1.1.2",
"jsplumb": "^2.15.6",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"print-js": "^1.6.0",
"qrcodejs2-fixes": "^0.0.2",
"qs": "^6.11.2",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"splitpanes": "^3.1.5",
"vue": "^3.3.8",
"vue-clipboard3": "^2.0.0",
"vue-demi": "^0.14.6",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.9.1",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/compiler-sfc": "^3.3.8",
"dotenv": "16.3.1",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"swagger-typescript-api": "13.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
"vue-eslint-parser": "^9.3.2",
"vite-plugin-compression": "0.5.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/zhontai/admin.ui.plus/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">= 7.0.0"
},
"keywords": [
"vue3",
"element-plus",
"zhontai",
"admin"
],
"repository": {
"type": "git",
"url": "https://github.com/zhontai/admin.ui.plus/git"
}
}