{ "name": "werkout-frontend", "version": "1.0.0", "description": "", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint ." }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "hls.js": "^1.6.15", "next": "^14.2.35", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^25.2.3", "@types/react": "^19.2.14", "autoprefixer": "^10.4.24", "eslint": "^9.39.2", "eslint-config-next": "^16.1.6", "postcss": "^8.5.6", "tailwindcss": "^3.4.19", "typescript": "^5.9.3" } }