-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "qq-group-manager",
"private": true,
"version": "3.0.2",
"description": "QQ群管理者,一键导出QQ群成员信息,需要先进入QQ群官网!",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/bmqy/qq-group-manager.git"
},
"bugs": {
"url": "https://github.com/bmqy/qq-group-manager/issues"
},
"homepage": "https://github.com/bmqy/qq-group-manager#readme",
"author": "bmqy",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"animate.css": "^4.1.1",
"element-plus": "^2.3.5",
"js-cookie": "^3.0.5",
"sass": "^1.62.1",
"sass-loader": "^13.3.0",
"vue": "^3.3.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"unplugin-auto-import": "^0.16.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.4.8",
"vite-plugin-monkey": "^3.4.0"
}
}