-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "hexo-site",
"version": "1.0.0",
"private": true,
"scripts": {
"clean": "npx hexo clean",
"dev": "npx hexo clean && npx hexo generate && npx hexo server -p 8080",
"build": "npx hexo clean && npx hexo generate && npx gulp"
},
"hexo": {
"version": "7.2.0"
},
"dependencies": {
"gulp": "5.0.0",
"gulp-clean-css": "4.3.0",
"gulp-cli": "3.0.0",
"gulp-html-minifier-terser": "7.1.0",
"gulp-uglify-es": "3.0.0",
"hexo": "7.2.0",
"hexo-abbrlink": "2.2.1",
"hexo-browsersync": "0.3.0",
"hexo-deployer-git": "4.0.0",
"hexo-fs": "4.1.3",
"hexo-generator-archive": "2.0.0",
"hexo-generator-category": "2.0.0",
"hexo-generator-index-pin-top-better": "0.2.2",
"hexo-generator-search": "2.4.3",
"hexo-generator-tag": "2.0.0",
"hexo-helper-live2d": "3.1.1",
"hexo-renderer-ejs": "2.0.0",
"hexo-renderer-marked": "6.0.0",
"hexo-renderer-pug": "3.0.0",
"hexo-renderer-stylus": "3.0.0",
"hexo-seo-autopush": "2.1.5",
"hexo-server": "3.0.0",
"hexo-theme-landscape": "1.0.0",
"hexo-wordcount": "6.0.1",
"live2d-widget-model-wanko": "1.0.5"
}
}