-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
51
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "7.3.0"
},
"dependencies": {
"@centerforopenscience/markdown-it-imsize": "^2.0.1",
"gifwrap": "^0.10.1",
"hexo": "^7.3.0",
"hexo-asset-image": "^1.0.0",
"hexo-browsersync": "^0.3.0",
"hexo-directory-category": "^1.1.4",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^4.0.0",
"hexo-generator-searchdb": "^1.4.1",
"hexo-generator-tag": "^2.0.0",
"hexo-pdf": "^1.1.1",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-markdown-it": "^7.1.1",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-swpp": "^4.0.0-alpha.122",
"hexo-theme-landscape": "^1.0.0",
"jimp": "^1.6.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-expandable": "^1.0.2",
"markdown-it-imsize": "^2.0.1",
"puppeteer": "^23.10.4",
"swpp-backends": "^3.0.0-alpha.702",
"uuid": "^7.0.3"
},
"devDependencies": {
"compress": "^0.99.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-htmlclean": "^2.7.22",
"gulp-terser": "^2.1.0"
}
}