-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) 路 1.23 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) 路 1.23 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
{
"name": "@next-theme/plugins",
"version": "8.29.1",
"description": "Plugins for Hexo theme NexT.",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm i && node lib/generator.js"
},
"repository": "next-theme/plugins",
"keywords": [
"hexo",
"hexo generator",
"hexo plugin"
],
"author": "Mimi <stevenjoezhang@gmail.com> (https://zhangshuqiao.org)",
"license": "MIT",
"dependencies": {
"@creativecommons/vocabulary": "2020.11.3",
"@fancyapps/ui": "6.1.14",
"@fortawesome/fontawesome-free": "7.3.1",
"@mathjax/mathjax-newcm-font": "4.1.3",
"@next-theme/pjax": "0.6.0",
"algoliasearch": "5.57.0",
"animate.css": "3.1.1",
"disqusjs": "3.2.1",
"gitalk": "1.8.0",
"hexo-generator-searchdb": "1.5.0",
"katex": "0.18.4",
"lozad": "1.16.0",
"mathjax": "4.1.3",
"medium-zoom": "1.1.0",
"mermaid": "11.10.1",
"pace-js": "1.2.4",
"pangu": "7.2.1",
"pdfobject": "2.3.1",
"prism-themes": "1.9.0",
"prismjs": "1.30.0",
"quicklink": "3.0.2",
"ribbon.js": "1.0.2",
"wavedrom": "3.6.2"
},
"devDependencies": {
"css": "3.0.0",
"hexo-theme-next": "next-theme/hexo-theme-next",
"js-yaml": "5.3.0",
"ssri": "14.0.0"
}
}