-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.27 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
{
"name": "lipk.org",
"scripts": {
"start": "npm run open-browser && npm run devServer",
"open-browser": "opener http://localhost:1313",
"devServer": "hugo server --minify --disableFastRender --ignoreCache --noHTTPCache --bind 0.0.0.0 --config devConfig.yaml",
"predeploy": "npm run version && hugo --minify && echo lipk.org > docs/CNAME && gulp",
"deploy": "gh-pages -d docs",
"build": "npm run version && hugo --minify && gulp",
"version": "node version.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zsdycs/lipk.org.git"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"gh-pages": "3.0.0",
"gray-matter": "^4.0.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-htmlclean": "^2.7.22",
"gulp-htmlmin": "^5.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"nodejieba": "^2.5.2",
"opener": "^1.5.1",
"remove-markdown": "^0.3.0",
"striptags": "^3.2.0",
"stylelint": "^13.13.1",
"stylelint-config-recess-order": "^2.4.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0"
}
}