Files
CatsOfMastodonGo-Admin/package.json
Mohammad Mahdi 803687738e feat: Convert React application to HTML/CSS/JS with Alpine.js
- 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>
2025-09-25 21:45:01 +03:30

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"
}
}