-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.7.1"
},
"dependencies": {
"ansi-regex": "^4.1.0",
"balanced-match": "^1.0.0",
"brace-expansion": "^1.1.11",
"code-point-at": "^1.1.0",
"concat-map": "0.0.1",
"console-control-strings": "^1.1.0",
"hexo": "^3.3.8",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-searchdb": "^1.0.8",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.11",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"inherits": "^2.0.3",
"is-fullwidth-code-point": "^3.0.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.3",
"minipass": "^2.3.5",
"number-is-nan": "^1.0.1",
"once": "^1.4.0",
"safe-buffer": "^5.1.2",
"string-width": "^4.1.0",
"strip-ansi": "^5.2.0",
"wrappy": "^1.0.2",
"yallist": "^3.0.3"
}
}