| 
									
										
										
										
											2023-07-19 22:11:34 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2023-08-16 21:17:34 +00:00
										 |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2025-09-06 12:06:26 +01:00
										 |  |  |     "dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=docs --themesDir=../.. -D -F --port 1313", | 
					
						
							|  |  |  |     "dev": "hugo server --source=docs --themesDir=../.. --disableFastRender -D --port 1313", | 
					
						
							| 
									
										
										
										
											2025-03-29 12:51:42 +00:00
										 |  |  |     "build:css": "npx postcss --config postcss.config.mjs --env production assets/css/styles.css -o assets/css/compiled/main.css", | 
					
						
							| 
									
										
										
										
											2025-09-06 12:06:26 +01:00
										 |  |  |     "build": "hugo --gc --minify --themesDir=../.. --source=docs" | 
					
						
							| 
									
										
										
										
											2023-08-16 21:17:34 +00:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2023-07-19 22:11:34 +01:00
										 |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2025-08-11 16:04:53 +08:00
										 |  |  |     "@tailwindcss/postcss": "^4.1.11", | 
					
						
							| 
									
										
										
										
											2025-03-29 12:51:42 +00:00
										 |  |  |     "postcss-cli": "^11.0.1", | 
					
						
							|  |  |  |     "prettier": "^3.5.3", | 
					
						
							| 
									
										
										
										
											2024-04-17 23:30:01 +02:00
										 |  |  |     "prettier-plugin-go-template": "^0.0.15", | 
					
						
							| 
									
										
										
										
											2025-08-11 16:04:53 +08:00
										 |  |  |     "tailwindcss": "^4.1.11" | 
					
						
							| 
									
										
										
										
											2023-07-19 22:11:34 +01:00
										 |  |  |   } | 
					
						
							|  |  |  | } |