-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "preview-cfpages preview",
"cfpages:build": "npm build build",
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"purge_qcloud": "pip install -r purge_qcloud/requirements.txt && python purge_qcloud/purge.py"
},
"hexo": {
"version": "5.4.0"
},
"dependencies": {
"@next-theme/utils": "1.3.0",
"@njzjz/icons": "0.0.5",
"hexo": "7.3.0",
"hexo-extract-inline-scripts": "0.0.3",
"hexo-generator-archive": "2.0.0",
"hexo-generator-category": "2.0.0",
"hexo-generator-index": "3.0.0",
"hexo-generator-sitemap": "3.0.1",
"hexo-generator-tag": "2.0.0",
"hexo-image-cloudflare": "0.3.2",
"hexo-renderer-ejs": "2.0.0",
"hexo-renderer-marked": "6.3.0",
"hexo-renderer-stylus": "2.1.0",
"hexo-server": "3.0.0",
"hexo-tag-bootstrap": "https://github.com/dotJobs/hexo-tag-bootstrap#06cc099d9a799fdc878a9b5d648f6aeda961b402",
"hexo-tag-publications": "0.3.8",
"hexo-theme-next": "8.22.0",
"unpkg_url": "0.0.1"
},
"resolutions": {
"gifsicle": "4.0.1"
},
"devDependencies": {
"@njzjz/preview-cfpages": "0.0.6",
"bootstrap": "5.3.3",
"hexo-all-minifier": "0.5.7"
}
}