-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "6.2.0"
},
"dependencies": {
"export": "^0.1.337",
"hexo": "^6.2.0",
"hexo-abbrlink": "^2.2.1",
"hexo-algolia": "^1.3.2",
"hexo-bilibili-bangumi": "^1.7.8",
"hexo-bilibili-card": "^0.6.0",
"hexo-blog-encrypt": "^3.1.6",
"hexo-butterfly-charts": "^1.1.3",
"hexo-butterfly-footer-beautify": "^1.0.6",
"hexo-deployer-ali-oss": "^1.0.0",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-gitcalendar": "^1.0.9",
"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-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-magnet": "^1.0.9",
"hexo-math": "^4.0.0",
"hexo-render-pug": "^2.1.4",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-steam-games": "^1.2.1",
"hexo-tag-aplayer": "^3.0.4",
"hexo-tag-common": "^0.2.0",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-yun": "^1.10.9",
"hexo-wordcount": "^6.0.1",
"pjax": "^0.2.8"
}
}