-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.4.4"
},
"dependencies": {
"hexo": "^3.2.0",
"hexo-all-minifier": "^0.4.0",
"hexo-autonofollow": "^1.0.1",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-baidu-sitemap": "^0.1.2",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.0",
"hexo-generator-searchdb": "^1.0.8",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-pdf": "^1.1.1",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-less": "^0.2.0",
"hexo-renderer-markdown-it-plus": "^1.0.2",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"hexo-util": "^0.6.1",
"markdown-it-synapse-table": "^1.0.6"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-bg-shell": "^2.3.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-rewrite": "^1.0.1",
"grunt-shell": "^2.1.0",
"grunt-zip": "^0.17.1",
"load-grunt-tasks": "^3.5.2"
}
}