{ "name": "yt-dlp-webui", "version": "2.10.0", "description": "Frontend compontent of yt-dlp-webui", "scripts": { "dev": "vite", "build": "vite build" }, "author": "marcopeocchi", "license": "MPL-2.0", "private": true, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^5.0.6", "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.5", "fp-ts": "^2.16.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-router-dom": "^6.17.0", "recoil": "^0.7.7", "rxjs": "^7.8.1" }, "devDependencies": { "@modyfi/vite-plugin-yaml": "^1.0.4", "@types/node": "^20.8.7", "@types/react": "^18.2.29", "@types/react-dom": "^18.2.14", "@types/react-helmet": "^6.1.8", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react-swc": "^3.4.0", "typescript": "^5.2.2", "vite": "^4.5.0" } }