-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3 KB
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
{
"name": "SmartAdmin",
"version": "3.0.0",
"author": {
"name": "1024创新实验室(1024lab)",
"email": "lab1024@163.com",
"url": "https://1024lab.net"
},
"license": "MIT",
"homepage": "https://smartadmin.1024lab.net",
"scripts": {
"dev": "vite",
"test": "vite build --mode test",
"pre": "vite build --mode pre",
"prod": "vite build --mode production",
"local": "vite --mode localhost",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@element-plus/icons-vue": "^2.3.1",
"@iconify-icons/ri": "^1.2.10",
"@pureadmin/utils": "^2.4.7",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^2.2.7",
"@wangeditor/editor": "5.1.14",
"@wangeditor/editor-for-vue": "5.1.12",
"ant-design-vue": "4.2.1",
"axios": "1.6.8",
"clipboard": "2.0.11",
"cos-js-sdk-v5": "^1.8.3",
"crypto-js": "^4.1.1",
"decimal.js": "10.3.1",
"diff": "5.2.0",
"diff2html": "3.4.47",
"echarts": "5.4.3",
"element-plus": "^2.7.7",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"highlight.js": "11.8.0",
"js-cookie": "^2.2.1",
"jsencrypt": "^3.3.2",
"lodash": "4.17.21",
"lodash.isequal": "^4.5.0",
"lunar-javascript": "1.6.12",
"mitt": "3.0.1",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"sm-crypto": "0.3.13",
"sortablejs": "^1.15.0",
"ua-parser-js": "1.0.35",
"v-viewer": "~1.6.4",
"vite-plugin-compression": "^0.5.1",
"vue": "3.4.27",
"vue-demi": "^0.14.8",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"vue3-json-viewer": "2.2.2",
"vue3-tabs-chrome": "^0.3.3",
"vxe-table": "^4.7.57",
"vxe-table-plugin-export-xlsx": "^4.0.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.186",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.15.8",
"@types/xlsx": "^0.0.36",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-legacy": "5.4.1",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "3.4.27",
"eslint": "^8.16.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-vue": "~9.17.0",
"less": "~4.2.0",
"less-loader": "~11.1.3",
"prettier": "~3.0.2",
"rimraf": "~5.0.1",
"sass": "^1.77.8",
"stylelint": "~14.8.5",
"stylelint-config-prettier": "~9.0.3",
"stylelint-config-standard": "~25.0.0",
"stylelint-order": "~5.0.0",
"terser": "~5.29.2",
"typescript": "^4.6.4",
"vite": "5.2.12",
"vite-plugin-lazy-import": "^1.0.7",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "~9.4.2",
"vue-tsc": "^1.0.9"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/1024-lab/smart-admin.git"
}
}