-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "hexo clean && hexo server --debug",
"algolia": "cross-env HEXO_ALGOLIA_INDEXING_KEY=35251fd833510bf375580b718064be3a hexo algolia",
"clean": "hexo clean",
"build": "hexo g",
"new": "hexo new",
"gulp": "gulp",
"deploy": "hexo d",
"publish": "npm run clean && npm run build && npm run gulp && hexo d"
},
"hexo": {
"version": "4.2.1"
},
"dependencies": {
"axios": "^0.19.2",
"gulp": "^4.0.2",
"gulp-htmlclean": "^2.7.22",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"hexo": "^4.2.0",
"hexo-algolia": "^1.3.1",
"hexo-deployer-git": "^2.1.0",
"hexo-excerpt": "^1.1.6",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-baidu-sitemap": "^0.1.6",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.2.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-searchdb": "^1.3.0",
"hexo-generator-sitemap": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0",
"hexo-wordcount": "^6.0.1",
"pump": "^3.0.0"
},
"devDependencies": {
"cross-env": "^5.2.0"
}
}