mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-30 01:25:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			793 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			793 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "caveman_views",
 | |
|   "version": "1.0.0",
 | |
|   "description": "default views for caveman",
 | |
|   "type": "module",
 | |
|   "scripts": {
 | |
|     "dev": "vite",
 | |
|     "build": "vite build",
 | |
|     "tailwind": "tailwindcss -i transform/site.css -o assets/style.css",
 | |
|     "css": "postcss transform/site.css -o assets/style.css",
 | |
|     "preview": "vite preview"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "github.com/Simon-Martens/pocketcatalog"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "DB",
 | |
|     "htmx",
 | |
|     "frontend"
 | |
|   ],
 | |
|   "author": "Simon Martens",
 | |
|   "license": "MIT",
 | |
|   "devDependencies": {
 | |
|     "@tailwindcss/postcss": "^4.0.0",
 | |
|     "postcss": "^8.4.47",
 | |
|     "postcss-cli": "^11.0.0",
 | |
|     "prettier": "^3.3.3",
 | |
|     "prettier-plugin-go-template": "^0.0.15",
 | |
|     "tailwindcss": "^4.0.0",
 | |
|     "vite": "^6.0.0"
 | |
|   }
 | |
| }
 | 
