-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
47 lines (47 loc) · 1.17 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
{
"author": "icekylin <[email protected]>",
"description": "This guide contains everything you may need from archlinux installation, graphics driver, daily software configuration, multimedia production, programming, etc.",
"devDependencies": {
"husky": "^8.0.3",
"prettier": "^2.8.8",
"vitepress": "^1.0.2",
"vue": "^3.4.21"
},
"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",
"prepare": "husky install",
"update": "pnpm update -r --latest"
},
"version": "1.0.0",
"type": "module"
}