-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 Bytes
/
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
{
"name": "tpi.eu",
"version": "1.0.4",
"private": true,
"hexo": {
"version": "7.3.0"
},
"dependencies": {
"hexo": "7.3.0",
"hexo-postcss": "^2.0.0",
"postcss-import": "^16.1.0",
"cssnano": "^7.0.2",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^4.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-html-minifier": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-markdown-it": "^7.1.1",
"hexo-tag-flickr": "github:tomap/hexo-tag-flickr",
"hexo-theme-minidyne": "4.0.1"
},
"devDependencies": {
"glob": "^11.0.0",
"hexo-server": "^3.0.0",
"markdownlint": "^0.36.1"
},
"engines": {
"node": ">= 20"
},
"scripts": {
"build": "hexo g && cp assets/indexing-on.txt public/robots.txt && cp public/assets/404.html public/404.html",
"b": "hexo g -f",
"build-off": "hexo g && cp assets/indexing-off.txt public/robots.txt"
}
}