-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 867 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 867 Bytes
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
{
"name": "zendapi_official_website",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.3.7"
},
"dependencies": {
"clean-css": "^4.1.9",
"hexo": "^3.2.0",
"hexo-deployer-git": "^0.3.0",
"hexo-excerpt": "^1.1.2",
"hexo-filter-highlight": "0.0.3",
"hexo-generator-apidoc": "https://github.com/zendapi/hexo-generator-apidoc",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-sass": "^0.3.2",
"hexo-server": "^0.2.0",
"hexo-toc": "^1.0.8",
"html-minifier": "^3.5.6",
"markdown-it": "^8.3.1",
"sax": "^1.2.4",
"uglify-es": "^3.1.5",
"mkdir-recursive": "^0.3.0",
"ncp": "^2.0.0"
},
"devDependencies": {
"clone": "^2.1.1",
"hexo-pagination": "^0.1.0",
"node-sass": "^4.5.3",
"nodegit": "^0.18.3",
"xml2js": "^0.4.19"
}
}