-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
47
48
49
50
51
52
53
54
55
{
"author": "Yanjin Li <yanjinli502@gmail.com>",
"description": "A Guide for Arch Linux",
"devDependencies": {
"busuanzi.pure.js": "^1.0.3",
"husky": "^9.1.7",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"prettier": "^3.4.2",
"vitepress": "^1.5.0",
"vitepress-markdown-timeline": "^1.2.2",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-group-icons": "^1.3.5",
"vitepress-sidebar": "^1.30.2",
"vitepress-theme-website": "^1.0.8",
"vue": "^3.5.13"
},
"keywords": [
"archlinux 指南",
"archlinux 教程",
"archlinux 安装",
"archlinux tutorial",
"archlinux guide",
"archlinux install",
"archlinux",
"Arch Linux",
"Linux",
"tutorial",
"guide",
"ebook"
],
"license": "CC-BY-SA-4.0",
"lint-staged": {
"*.{js,css,md}": "prettier --write"
},
"main": "index.js",
"name": "arch-guide",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"repository": "https://github.com/nakanomikuorg/arch-guide",
"scripts": {
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
"update": "yarn upgrade --latest"
},
"version": "1.0.0",
"type": "module"
}