-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "theme-next-docs",
"version": "8.21.1",
"private": true,
"hexo": {
"version": "7.3.0"
},
"description": "Elegant and powerful theme for Hexo.",
"scripts": {
"highlight": "node lib/highlight.js",
"start": "hexo s",
"update": "node lib/update.js",
"version": "git add source",
"lint": "markdownlint -c .markdownlint.json source/docs"
},
"repository": "next-theme/theme-next-docs",
"keywords": [
"hexo",
"theme",
"next"
],
"author": "iissnan <[email protected]>",
"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": "7.3.0",
"hexo-generator-archive": "2.0.0",
"hexo-generator-feed": "3.0.0",
"hexo-generator-index": "4.0.0",
"hexo-generator-searchdb": "1.4.1",
"hexo-renderer-marked": "6.3.0",
"hexo-renderer-stylus": "3.0.1",
"hexo-server": "3.0.0",
"hexo-tag-embed": "1.0.0",
"hexo-theme-next": "8.21.1"
},
"devDependencies": {
"markdownlint-cli": "0.42.0"
}
}