-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "bugs",
"version": "1.0.0",
"description": "bug大集合",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs --host 0.0.0.0",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"publish:version": "node ./auto-publish.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yuuuuuyu/bugs.git"
},
"keywords": [
"bugs",
"vue",
"elementui"
],
"author": "yuzhiyong",
"license": "ISC",
"devDependencies": {
"blueimp-md5": "^2.19.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"markdown-it-task-lists": "^2.1.1",
"sass": "^1.72.0",
"vitepress": "^1.2.2"
},
"dependencies": {
"@algolia/client-search": "^4.23.2",
"@element-plus/icons-vue": "^2.1.0",
"@giscus/vue": "^3.0.0",
"@types/node": "^20.9.0",
"driver.js": "^1.2.1",
"element-plus": "^2.3.5",
"html2pdf.js": "^0.10.1",
"idb": "^8.0.0",
"search-insights": "^2.13.0",
"vitepress-theme-demoblock": "^2.0.2",
"vue": "^3.4.21",
"watermark-js-plus": "^1.5.7"
}
}