-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "quantamis-realm",
"version": "1.0.0",
"private": true,
"scripts": {
"trv": "python ./utils/traverse.py",
"mdm": "python ./utils/dep_msg_customizer.py",
"g": "npm run trv && hexo g",
"cg": "hexo clean && npm run g",
"pre": "npm run trv && hexo g && hexo s",
"cpre": "hexo clean && npm run pre",
"dep": "npm run trv && hexo g && npm run mdm"
},
"hexo": {
"version": "8.1.1"
},
"dependencies": {
"hexo": "^8.1.1",
"hexo-deployer-git": "^3.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-neat": "^1.0.9",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-markdown-it": "^6.1.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-spoiler": "^1.7.3",
"hexo-tag-embed": "^1.0.0",
"hexo-util": "^3.0.1",
"hexo-wordcount": "^6.0.1"
}
}