-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.39 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
{
"name": "hexo-theme-cake",
"version": "3.1.5",
"description": "🍰Cake is lovely hexo theme, sweet.",
"main": "index.js",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js"
},
"files": [
"languages",
"layout",
"lib",
"scripts",
"source",
"_config.yml",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JiangTJ/hexo-theme-cake.git"
},
"keywords": [
"hexo",
"theme",
"cake"
],
"author": "Mr.J(https://www.dnocm.com) and NexT.org(https://theme-next.org)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/JiangTJ/hexo-theme-cake/issues"
},
"homepage": "https://www.dnocm.com/cake",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.5.0",
"eslint-config-hexo": "^4.1.0",
"hexo": "^5.0.0",
"jshint-stylish": "^2.1.0",
"mocha": "^8.0.0",
"stylint": "^2.0.0"
},
"dependencies": {
"@jiangtj/hexo-patch-load-highlight-style": "^1.1.0",
"ajv": "^6.12.3",
"cheerio": "^1.0.0-rc.3",
"hexo-extend-injector2": "^0.2.1",
"hexo-fontawesome": "^2.1.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-util": "^2.2.0",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.0",
"lodash": "^4.17.19",
"lozad": "^1.15.0",
"marked": "^1.1.1",
"medium-zoom": "^1.0.6",
"semver": "^7.3.2"
}
}