-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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": "zongqing-blog",
"type": "module",
"version": "0.0.1",
"private": false,
"author": "super456(纵倾童鞋)",
"license": "MIT",
"homepage": "https://github.com/super456/super456.github.io",
"repository": {
"type": "git",
"url": "https://github.com/super456/super456.github.io.git"
},
"bugs": {
"url": "https://github.com/super456/super456.github.io/issues"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
},
"scripts": {
"dev": "vitepress dev docs --port 5188",
"build": "vitepress build docs",
"preview": "vitepress serve docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@sugarat/theme": "^0.2.30",
"element-plus": "^2.5.3",
"vue": "3.4.15"
},
"directories": {
"doc": "docs"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@mdit-vue/shared": "^2.0.0",
"busuanzi.pure.js": "^1.0.3",
"eslint": "^8.57.0",
"sass": "^1.64.1",
"typescript": "^5.1.6",
"vitepress": "1.0.2",
"vitepress-plugin-google-analytics": "^1.0.2"
}
}