-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "@next-theme/plugins",
"version": "8.22.0",
"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 <[email protected]> (https://zhangshuqiao.org)",
"license": "MIT",
"dependencies": {
"@creativecommons/vocabulary": "2020.11.3",
"@fancyapps/ui": "5.0.31",
"@fortawesome/fontawesome-free": "6.7.2",
"@next-theme/pjax": "0.6.0",
"algoliasearch": "4.24.0",
"animate.css": "3.1.1",
"animejs": "3.2.1",
"disqusjs": "3.0.2",
"firebase": "11.1.0",
"gitalk": "1.8.0",
"hexo-generator-searchdb": "1.4.1",
"katex": "0.16.9",
"lozad": "1.16.0",
"mathjax": "3.2.2",
"medium-zoom": "1.1.0",
"mermaid": "11.4.0",
"pace-js": "1.2.4",
"pangu": "4.0.7",
"pdfobject": "2.3.0",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"quicklink": "2.3.0",
"ribbon.js": "1.0.2",
"wavedrom": "3.5.0"
},
"devDependencies": {
"css": "3.0.0",
"hexo-theme-next": "next-theme/hexo-theme-next",
"js-yaml": "4.1.0",
"ssri": "12.0.0"
}
}