-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "theme-next-docs",
"version": "8.19.0",
"private": true,
"hexo": {
"version": "7.0.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.0.0",
"hexo-abbrlink": "^2.2.1",
"hexo-blog-encrypt": "^3.1.9",
"hexo-deployer-git": "^4.0.0",
"hexo-generator-archive": "2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "3.0.0",
"hexo-generator-index": "3.0.0",
"hexo-generator-searchdb": "1.4.1",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.1.1",
"hexo-renderer-stylus": "3.0.0",
"hexo-server": "3.0.0",
"hexo-symbols-count-time": "^0.6.2",
"hexo-theme-next": "8.19.1",
"hexo-util": "^3.0.1"
},
"devDependencies": {
"markdownlint-cli": "0.37.0"
}
}