forked from YunYouJun/hexo-theme-yun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 848 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
{
"name": "hexo-theme-yun",
"version": "1.5.3",
"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"
},
"keywords": [
"hexo",
"theme",
"yun",
"starry",
"docs"
],
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"generate:demo-sites": "node docs/.vuepress/scripts/index.js"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"vuepress": "^1.8.2"
}
}