forked from YunYouJun/yunyoujun.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.75 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "yunyoujun.github.io",
"description": "YunYouJun Blog",
"version": "1.1.0",
"private": true,
"hexo": {
"version": "5.2.0"
},
"dependencies": {
"crypto-js": "^4.0.0",
"hexo": "^5.2.0",
"hexo-algolia": "^1.3.1",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-search": "^2.4.1",
"hexo-generator-sitemap": "^2.1.0",
"hexo-generator-tag": "^1.0.0",
"hexo-render-pug": "^2.1.4",
"hexo-renderer-marked": "^3.3.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-tag-aplayer": "^3.0.4",
"hexo-tag-common": "^0.0.3",
"hexo-widget-tree": "^0.0.5",
"hexo-wordcount": "^6.0.1"
},
"devDependencies": {
"eslint": "^7.12.0",
"eslint-config-hexo": "^4.1.0",
"hexo-all-minifier": "0.5.3",
"hexo-browsersync": "^0.3.0",
"hexo-server": "^2.0.0"
},
"scripts": {
"algolia": "hexo clean && hexo algolia",
"build": "hexo g",
"dev": "export NODE_ENV=dev && hexo s",
"test": "export NODE_ENV=test && hexo s",
"docs:dev": "cd themes/yun && yarn docs:dev",
"predeploy": "hexo clean && hexo g",
"deploy": "hexo d",
"backup": "sh backup.sh"
},
"author": "YunYouJun <[email protected]>",
"homepage": "https://yunyoujun.cn",
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/yunyoujun.github.io.git"
},
"bugs": {
"url": "https://github.com/YunYouJun/ak-ui/issues"
},
"files": [
"source/_posts/*"
],
"keywords": [
"yunyoujun.cn",
"YunYouJun",
"云游君",
"Blog",
"博客",
"云游君的小站",
"www.yunyoujun.cn"
],
"license": "CC BY-NC-SA 4.0"
}