-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.88 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"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": {
"@next-theme/plugins": "^8.14.1",
"cdnjs": "^0.1.3",
"eslint": "^8.31.0",
"exif-js": "^2.3.0",
"firebase": "^9.15.0",
"hexo": "^6.3.0",
"hexo-admin": "^2.3.0",
"hexo-blog-encrypt": "^3.1.6",
"hexo-cake-moon-menu": "^2.5.0",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-emoji": "^2.2.2",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-baidu-sitemap": "^0.1.9",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-searchdb": "^1.4.1",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-hide-posts": "^0.2.0",
"hexo-highcharts": "^2.0.1",
"hexo-image-link": "0.0.5",
"hexo-lazyload-image": "^1.0.13",
"hexo-next-exif": "github:next-theme/hexo-next-exif",
"hexo-pangu": "^0.2.2",
"hexo-related-popular-posts": "^5.0.1",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-markdown-it": "github:hexojs/hexo-renderer-markdown-it",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-symbols-count-time": "^0.6.2",
"hexo-theme-next": "^8.15.0",
"hexo-word-counter": "^0.1.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-regexp": "^0.4.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"pjax": "^0.2.8"
}
}