mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-30 01:35:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			587 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			587 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "haweb",
 | |
|   "version": "1.0.0",
 | |
|   "description": "",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "css_build": "npx postcss wwwroot/css/site.css -o wwwroot/css/output.css",
 | |
|     "watch": "npx postcss wwwroot/css/site.css -o wwwroot/css/output.css -w --verbose"
 | |
|   },
 | |
|   "keywords": [],
 | |
|   "author": "",
 | |
|   "license": "ISC",
 | |
|   "devDependencies": {
 | |
|     "autoprefixer": "^10.4.7",
 | |
|     "cssnano": "^5.1.11",
 | |
|     "postcss": "^8.4.14",
 | |
|     "postcss-cli": "^9.1.0",
 | |
|     "postcss-import": "^14.1.0",
 | |
|     "tailwindcss": "^3.0.24"
 | |
|   },
 | |
|   "watch": {
 | |
|     "css_build": "wwwroot/css/site.css"
 | |
|   }
 | |
| }
 | 
