File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ plugins : {
3
+ 'postcss-import' : { } ,
4
+ 'cssnano' : { }
5
+ }
6
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tpi.eu" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"private" : true ,
5
5
"hexo" : {
6
6
"version" : " 7.2.0"
7
7
},
8
8
"dependencies" : {
9
9
"hexo" : " 7.2.0" ,
10
- "hexo-clean-css" : " ^2.0.0" ,
10
+ "hexo-postcss" : " ^2.0.0" ,
11
+ "postcss-import" : " ^16.1.0" ,
12
+ "cssnano" : " ^7.0.1" ,
11
13
"hexo-generator-feed" : " ^3.0.0" ,
12
14
"hexo-generator-index" : " ^3.0.0" ,
13
15
"hexo-generator-tag" : " ^2.0.0" ,
14
16
"hexo-html-minifier" : " ^1.0.0" ,
17
+
15
18
"hexo-renderer-ejs" : " ^2.0.0" ,
16
- "hexo-renderer-markdown-it" : " ^7.1.0" ,
17
- "hexo-renderer-stylus" : " ^3.0.0" ,
19
+ "hexo-renderer-markdown-it" : " ^7.1.1" ,
18
20
"hexo-tag-flickr" : " github:tomap/hexo-tag-flickr" ,
19
- "hexo-theme-minidyne" : " 3.3.6 " ,
21
+ "hexo-theme-minidyne" : " 4.0.1 " ,
20
22
"hexo-uncss2" : " ^2.3.3"
23
+
21
24
},
22
25
"devDependencies" : {
23
- "glob" : " ^10.3.10 " ,
26
+ "glob" : " ^10.3.12 " ,
24
27
"hexo-server" : " ^3.0.0" ,
25
28
"markdownlint" : " ^0.34.0"
26
29
},
29
32
},
30
33
"scripts" : {
31
34
"build" : " hexo g && cp assets/indexing-on.txt public/robots.txt && cp public/assets/404.html public/404.html" ,
35
+ "b" : " hexo g -f" ,
32
36
"build-off" : " hexo g && cp assets/indexing-off.txt public/robots.txt"
33
37
}
34
38
}
You can’t perform that action at this time.
0 commit comments