forked from YunYouJun/hexo-theme-yun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.38 KB
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
{
"name": "hexo-theme-yun",
"version": "1.7.0",
"description": "☁️ A fast & light & lovely theme for Hexo.",
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/hexo-theme-yun.git"
},
"author": "YunYouJun <me@yunyoujun.cn>",
"license": "SATA",
"homepage": "https://yun.yunyoujun.cn",
"bugs": {
"url": "https://github.com/YunYouJun/hexo-theme-yun/issues"
},
"keywords": [
"hexo",
"theme",
"yun",
"starry",
"docs"
],
"scripts": {
"build": "yarn docs:build",
"dev": "yarn docs:dev",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:serve": "vuepress serve docs",
"docs:clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache docs/.vuepress/dist",
"generate:demo-sites": "esno docs/.vuepress/scripts/index.ts",
"prepare": "husky install"
},
"devDependencies": {
"@types/node": "^16.11.9",
"@vuepress/plugin-docsearch": "^2.0.0-beta.26",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.26",
"@vuepress/plugin-pwa": "^2.0.0-beta.26",
"@vuepress/plugin-pwa-popup": "^2.0.0-beta.26",
"@vuepress/plugin-register-components": "^2.0.0-beta.26",
"esno": "^0.12.1",
"husky": "^7.0.4",
"lint-staged": "^12.0.3",
"vuepress": "^2.0.0-beta.26"
},
"lint-staged": {
"sites.json": "npm run generate:demo-sites && git add -A"
}
}