-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "theme-next-site",
"version": "0.0.1",
"private": true,
"hexo": {
"version": "4.2.0"
},
"description": "Elegant and powerful theme for Hexo.",
"scripts": {
"update": "node update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theme-next/theme-next.org.git"
},
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT <support@theme-next.org> (https://theme-next.org)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/theme-next/theme-next.org/issues"
},
"homepage": "https://theme-next.org",
"dependencies": {
"hexo": "4.2.0",
"hexo-cli": "3.1.0",
"hexo-deployer-git": "2.1.0",
"hexo-generator-archive": "1.0.0",
"hexo-generator-category": "1.0.0",
"hexo-generator-feed": "2.2.0",
"hexo-generator-index": "1.0.0",
"hexo-generator-searchdb": "1.2.0",
"hexo-generator-tag": "1.0.0",
"hexo-renderer-marked": "2.0.0",
"hexo-renderer-stylus": "1.1.0",
"hexo-server": "1.0.0",
"hexo-symbols-count-time": "0.7.1"
},
"engines": {
"node": ">=10.9.0"
}
}