-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "libpdk_project_official_website",
"version": "1.0.0",
"private": true,
"hexo": {
"version": "3.3.9"
},
"dependencies": {
"hexo": "^3.2.0",
"hexo-deployer-git": "^0.3.1",
"hexo-excerpt": "^1.1.2",
"hexo-filter-highlight": "0.0.3",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-cpp-apidoc": "https://github.com/libpdk/hexo-generator-cpp-apidoc.git",
"hexo-generator-index": "^0.2.0",
"hexo-generator-php-apidoc": "https://github.com/libpdk/hexo-generator-php-apidoc.git",
"hexo-generator-tag": "^0.2.0",
"hexo-pagination": "^0.1.0",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-sass": "^0.3.2",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"hexo-toc": "^1.1.0",
"mkdir-recursive": "^0.3.0",
"ncp": "^2.0.0"
},
"devDependencies": {
"clone": "^2.1.1",
"markdown-it": "^8.4.0",
"node-sass": "^4.5.3",
"nodegit": "^0.20.3",
"sax": "^1.2.4",
"xml2js": "^0.4.19"
}
}