{ "name": "ruleta", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "howler": "^2.2.4", "react": "^19.2.7", "react-dom": "^19.2.7", "scorm-again": "^3.1.1" }, "devDependencies": { "@tailwindcss/vite": "^4.3.3", "@types/howler": "^2.2.13", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "oxlint": "^1.71.0", "tailwindcss": "^4.3.3", "typescript": "^7.0.2", "vite": "^8.1.1" } }