forked from ihengshuai/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 920 Bytes
/
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": "vitepress-blog",
"version": "1.0.0",
"description": "this is a blog for sharing the knowledge of web development.",
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"keywords": [
"blog",
"frontend",
"backend",
"vue",
"react",
"webpack"
],
"author": {
"name": "ihengshuai",
"email": "wsm_1105@163.com",
"url": "https://github.com/ihengshuai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihengshuai/blog.git"
},
"homepage": "https://blog.usword.cn",
"bugs": {
"url": "https://github.com/ihengshuai/blog/issues"
},
"license": "ISC",
"devDependencies": {
"@algolia/client-search": "^4.9.1",
"dotenv": "^16.0.1",
"markdown-it-anchor": "^8.6.5",
"vitepress": "1.0.0-alpha.13",
"vue": "^3.2.37"
}
}