-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 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
49
50
51
52
53
54
55
56
{
"name": "theme-next-docs",
"version": "8.0.1",
"private": true,
"hexo": {
"version": "5.2.0"
},
"description": "Elegant and powerful theme for Hexo.",
"scripts": {
"start": "hexo s",
"update": "node lib/update.js",
"highlight": "node lib/highlight.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/next-theme/theme-next-docs.git"
},
"keywords": [
"hexo",
"theme",
"next"
],
"author": "iissnan <iissnan@gmail.com>",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/next-theme/theme-next-docs/issues"
},
"homepage": "https://theme-next.js.org",
"dependencies": {
"hexo": "^5.2.0",
"hexo-abbrlink": "^2.2.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": "github:hexojs/hexo-generator-index",
"hexo-generator-searchdb": "^1.3.3",
"hexo-generator-tag": "^1.0.0",
"hexo-helper-live2d": "^3.1.1",
"hexo-pangu": "^0.2.0",
"hexo-related-popular-posts": "^5.0.1",
"hexo-renderer-marked": "github:hexojs/hexo-renderer-marked",
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0",
"hexo-theme-next": "^8.0.1",
"live2d-widget-model-shizuku": "^1.0.5",
"nunjucks": "^3.2.2"
},
"engines": {
"node": ">=10.9.0"
},
"devDependencies": {
"hexo-generator-baidu-sitemap": "^0.1.9",
"hexo-generator-sitemap": "^2.1.0"
}
}