-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
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.3.0"
},
"dependencies": {
"express": "^4.18.1",
"gitalk": "^1.8.0",
"hexo": "^6.3.0",
"hexo-abbrlink": "^2.2.1",
"hexo-admonition": "^1.1.2",
"hexo-asset-image": "github:CodeFalling/hexo-asset-image",
"hexo-clean-css": "^2.0.0",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-mathjax": "^0.9.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-baidu-sitemap": "^0.1.9",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-searchdb": "^1.4.0",
"hexo-generator-seo-friendly-sitemap": "^0.2.1",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-html-minifier": "^1.0.0",
"hexo-math": "^4.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-kramed": "^0.1.4",
"hexo-renderer-pandoc": "^0.3.1",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-sliding-spoiler": "^1.2.1",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-ayer": "^1.9.7-0",
"hexo-theme-landscape": "^0.0.3",
"hexo-uglify": "^2.0.0",
"typed.js": "^2.0.12"
}
}