-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 887 Bytes
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
{
"name": "note-site",
"version": "1.0.0",
"private": true,
"hexo": {
"version": "5.2.0"
},
"scripts": {
"ser": "hexo server --draft",
"dep": "hexo clean && hexo d",
"alg": "hexo algolia --flush"
},
"dependencies": {
"hexo": "^5.2.0",
"hexo-algolia": "^1.3.1",
"hexo-clean-css": "^1.0.0",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-sitemap": "^2.1.0",
"hexo-generator-tag": "^1.0.0",
"hexo-render-pug": "^2.1.4",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^3.3.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0",
"qr-image": "^3.2.0"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-hexo": "^4.1.0",
"hexo-browsersync": "^0.3.0"
}
}