mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-11-03 19:55:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			825 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			825 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",
 | 
						|
    "daisyui": "^5.0.0-beta.8",
 | 
						|
    "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"
 | 
						|
  }
 | 
						|
}
 |