-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.11 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
{
"name": "hexo-theme-next",
"version": "8.2.0",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"files": [
"docs",
"languages",
"layout",
"scripts",
"source",
"_config.yml",
"_vendors.yml"
],
"scripts": {
"eslint": "eslint scripts/ source/js test/",
"stylint": "stylint source/css/",
"test": "mocha test/index.js"
},
"repository": "next-theme/hexo-theme-next",
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT (https://theme-next.js.org)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/next-theme/hexo-theme-next/issues"
},
"homepage": "https://theme-next.js.org",
"devDependencies": {
"@next-theme/eslint-config": "0.0.2",
"chai": "4.2.0",
"eslint": "7.16.0",
"hexo": "5.4.0",
"hexo-renderer-marked": "3.3.0",
"husky": "4.3.6",
"js-yaml": "3.14.1",
"mocha": "8.2.1",
"stylint": "2.0.0",
"hexo-wordcount": "^2.0.1",
"hexo-helper-live2d": "^3.1.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run eslint && npm test"
}
}
}