9f85908ff3
- Modernized the frontend with HTMX for server-driven UI and Alpine.js for client state. - Refactored anime, player, and recommendation logic into modular routers. - Updated README.md to reflect the latest project state and technologies (v2.4). - Added Plyr.io for an improved streaming experience. - Improved project structure with componentized templates. - Added Playwright and Vitest configuration for frontend testing.
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "ohm-streaming",
|
|
"version": "1.0.0",
|
|
"description": "Ohm Stream Downloader - Frontend JavaScript Tests",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"jsdom": "^29.0.0",
|
|
"vitest": "^1.0.0"
|
|
}
|
|
}
|