-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.18 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
{
"name": "zaudtk.github.io",
"version": "0.2.0",
"description": "Source Code for zaudtke.com",
"hexo": {
"version": "4.2.0"
},
"dependencies": {
"hexo": "^4.2.0",
"hexo-deployer-git": "git+ssh://[email protected]/hexojs/hexo-deployer-git.git",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^2.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.3.2"
},
"main": "",
"scripts": {
"start": "hexo server",
"build": "npm run minify && hexo generate",
"deploy": "hexo deploy",
"minify-normalize": "cleancss -o themes/v2/source/css/normalize.min.css themes/v2/source/css/normalize.css",
"minify-site": "cleancss -o themes/v2/source/css/site.min.css themes/v2/source/css/site.css",
"minify-skeleton": "cleancss -o themes/v2/source/css/skeleton.min.css themes/v2/source/css/skeleton.css",
"minify": "npm run minify-normalize && npm run minify-site && npm run minify-skeleton"
},
"devDependencies": {
"clean-css-cli": "^4.1.11"
}
}