File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
"author" : " zeon.studio" ,
7
7
"scripts" : {
8
8
"dev" : " hugo server" ,
9
- "build" : " hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic && npm run babel " ,
9
+ "build" : " hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic" ,
10
10
"preview" : " hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify" ,
11
11
"dev:example" : " cd exampleSite && hugo server" ,
12
12
"build:example" : " cd exampleSite && hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic" ,
26
26
"@tailwindcss/cli" : " ^4.0.14" ,
27
27
"@tailwindcss/forms" : " ^0.5.10" ,
28
28
"@tailwindcss/typography" : " ^0.5.16" ,
29
+ "autoprefixer" : " ^10.4.21" ,
30
+ "caniuse-lite" : " ^1.0.30001724" ,
31
+ "postcss" : " ^8.5.6" ,
29
32
"prettier" : " ^3.5.3" ,
30
33
"prettier-plugin-go-template" : " 0.0.15" ,
31
34
"prettier-plugin-tailwindcss" : " ^0.6.11" ,
You can’t perform that action at this time.
0 commit comments