-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"notes:dev": "vuepress dev notes",
"notes:build": "vuepress build notes"
},
"hexo": {
"version": "5.4.0"
},
"dependencies": {
"bulma-stylus": "^0.8.0",
"hexo": "^5.4.0",
"hexo-component-inferno": "^0.13.0",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-log": "^2.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-marked": "^4.1.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0",
"hexo-util": "^2.5.0",
"inferno": "^7.4.11",
"inferno-create-element": "^7.4.11"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"vuepress": "^1.8.2"
}
}