-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "bbs_quickreply",
"private": true,
"version": "4.0.3",
"author": "bmqy",
"description": "使用自定义内容或本扩展预定义的回帖内容,快捷回复支持的论坛的发帖!",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/bmqy/bbs_quickreply.git"
},
"bugs": {
"url": "https://github.com/bmqy/bbs_quickreply/issues"
},
"homepage": "https://github.com/bmqy/bbs_quickreply#readme",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^13.1.0",
"crypto-js": "^4.1.1",
"element-plus": "^2.9.7",
"leancloud-storage": "4.11.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.0",
"vue": "^3.2.47",
"webdav": "^5.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.1",
"unplugin-auto-import": "^0.16.2",
"unplugin-element-plus": "^0.9.1",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vite-plugin-inspect": "^0.7.28",
"vite-plugin-monkey": "^3.2.0"
}
}