-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 922 Bytes
/
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
{
"name": "hexo-plugin-aurora",
"version": "0.0.0-semantic-release",
"description": "A plugin for Hexo Aurora theme",
"main": "index.js",
"keywords": [
"hexo",
"hexo-theme-aurora",
"hexo-plugin"
],
"scripts": {
"prepare": "husky install"
},
"author": "bennyxguo<[email protected]>",
"license": "MIT",
"dependencies": {
"algoliasearch": "^4.19.1",
"app-root-path": "^3.1.0",
"chalk": "^4",
"deasync": "^0.1.28",
"fenceparser": "^2.2.0",
"hexo-pagination": "^3.0.0",
"hexo-util": "^3.0.1",
"js-yaml": "^4.1.0",
"shiki": "^0.14.4",
"striptags": "^3.2.0",
"truncate-html": "^1.0.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^8.0.3",
"semantic-release": "^21.0.6"
}
}