A simple, clean, fast browser for the AtmosphereConf(2026) VODs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7f7cf3c458c5f41e5fcc348b1843b4d708f503f8 42 lines 1.1 kB view raw
1{ 2 "name": "atmosphere-vods", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "lint": "eslint .", 10 "preview": "vite preview" 11 }, 12 "dependencies": { 13 "@radix-ui/react-slot": "^1.2.4", 14 "class-variance-authority": "^0.7.1", 15 "clsx": "^2.1.1", 16 "hls.js": "^1.6.15", 17 "lucide-react": "^1.8.0", 18 "react": "^19.2.4", 19 "react-dom": "^19.2.4", 20 "react-router-dom": "^6.30.3", 21 "tailwind-merge": "^3.5.0" 22 }, 23 "devDependencies": { 24 "@eslint/js": "^9.39.4", 25 "@types/node": "^24.12.2", 26 "@types/react": "^19.2.14", 27 "@types/react-dom": "^19.2.3", 28 "@vitejs/plugin-react": "^5.2.0", 29 "autoprefixer": "^10.4.27", 30 "eslint": "^9.39.4", 31 "eslint-plugin-react-hooks": "^7.0.1", 32 "eslint-plugin-react-refresh": "^0.5.2", 33 "globals": "^17.4.0", 34 "postcss": "^8.5.9", 35 "tailwindcss": "^3.4.19", 36 "tailwindcss-animate": "^1.0.7", 37 "typescript": "~6.0.2", 38 "typescript-eslint": "^8.58.0", 39 "vite": "^7.3.2", 40 "vite-plugin-pwa": "^1.2.0" 41 } 42}