forked from YunYouJun/hexo-theme-yun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 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
56
57
{
"name": "hexo-theme-yun",
"version": "1.8.11",
"description": "☁️ A fast & light & lovely theme for Hexo.",
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/hexo-theme-yun.git"
},
"author": "YunYouJun <[email protected]>",
"license": "SATA",
"homepage": "https://yun.yunyoujun.cn",
"bugs": {
"url": "https://github.com/YunYouJun/hexo-theme-yun/issues"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"languages",
"layout",
"scripts",
"source",
"src",
"_config.yml",
"_vendors.yml"
],
"keywords": [
"hexo",
"theme",
"yun",
"starry",
"docs"
],
"scripts": {
"build": "cd src && npm run build",
"dev": "pnpm docs:dev",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"generate:demo-sites": "esno docs/.vitepress/scripts/index.ts",
"prepare": "husky install",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@antfu/eslint-config": "^0.18.8",
"@types/node": "^17.0.21",
"eslint": "^8.10.0",
"esno": "^0.14.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"tsup": "^5.12.1",
"typescript": "^4.6.2"
},
"lint-staged": {
"sites.json": "npm run generate:demo-sites"
}
}