-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
50
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"@waline/vercel": "^1.19.3",
"cheerio": "^1.0.0-rc.12",
"forever": "^4.0.3",
"hexo": "^6.2.0",
"hexo-admin": "^2.3.0",
"hexo-algoliasearch": "^1.0.0",
"hexo-bilibili-bangumi": "^1.8.8",
"hexo-deployer-git": "^3.0.0",
"hexo-filter-gitcalendar": "^1.0.11",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-search": "^2.4.3",
"hexo-generator-tag": "^1.0.0",
"hexo-helper-live2d": "^3.1.1",
"hexo-hide-posts": "^0.2.0",
"hexo-offline": "^2.0.1",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-less": "^4.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-tag-cloud": "2.1.*",
"hexo-theme-butterfly": "^4.3.1",
"hexo-theme-landscape": "^0.0.3",
"hexo-util": "^3.3.0",
"hexo-wordcount": "^6.0.1",
"live2d-widget-model-shizuku": "^1.0.5"
},
"devDependencies": {
"@waline/client": "^2.6.3"
}
}