-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "hexo-theme-jsimple",
"version": "1.1.0",
"description": "Simple three column theme for Hexo.Inspired by JianShu.com",
"license": "MIT",
"keywords": [
"Simple",
"Three Column",
"Jian Shu",
"Hexo"
],
"author": {
"name": "Thomas Tang",
"url": "https://tomartisan.com",
"email": "[email protected]"
},
"scripts": {
"lint": "ejslint ./layout/*",
"build:css": "gulp build-minifyCss",
"build:all": "gulp",
"publish": "pnpm run lint && pnpm run build:all"
},
"type": "module",
"packageManager": "[email protected]",
"devDependencies": {
"ejs-lint": "^2.0.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangkunyin/hexo-theme-jsimple.git"
},
"bugs": {
"url": "https://github.com/tangkunyin/hexo-theme-jsimple/issues"
},
"engines": {
"node": ">=18"
}
}