- Migrate from React/TypeScript to vanilla HTML/CSS/JS with Alpine.js - Implement all original functionality: authentication, media queue, OAuth flow - Add auto-loading of media queue on dashboard access - Enhance JWT expiration handling with proper redirects - Improve OAuth callback page with beautiful UI and status updates - Remove unused HTMX dependency - Clean up old React project files - Update README with live demo link and development instructions Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			330 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			330 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "catsofmastodon-go-admin-v2",
 | 
						|
  "private": true,
 | 
						|
  "version": "0.0.0",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite",
 | 
						|
    "build": "vite build",
 | 
						|
    "preview": "vite preview"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "vite": "^5.4.1"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "alpinejs": "^3.14.1",
 | 
						|
    "tailwindcss": "^3.4.11"
 | 
						|
  }
 | 
						|
}
 |