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 8777bc69a168f461e91c054c6ee5824cb2e3d9ed 44 lines 1.2 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 "taxonomy:generate": "node ./scripts/generate-video-taxonomy.mjs", 12 "embeddings:generate": "node ./scripts/generate-video-embeddings.mjs" 13 }, 14 "dependencies": { 15 "@radix-ui/react-slot": "^1.2.4", 16 "class-variance-authority": "^0.7.1", 17 "clsx": "^2.1.1", 18 "hls.js": "^1.6.15", 19 "lucide-react": "^1.8.0", 20 "react": "^19.2.4", 21 "react-dom": "^19.2.4", 22 "react-router-dom": "^6.30.3", 23 "tailwind-merge": "^3.5.0" 24 }, 25 "devDependencies": { 26 "@eslint/js": "^9.39.4", 27 "@types/node": "^24.12.2", 28 "@types/react": "^19.2.14", 29 "@types/react-dom": "^19.2.3", 30 "@vitejs/plugin-react": "^5.2.0", 31 "autoprefixer": "^10.4.27", 32 "eslint": "^9.39.4", 33 "eslint-plugin-react-hooks": "^7.0.1", 34 "eslint-plugin-react-refresh": "^0.5.2", 35 "globals": "^17.4.0", 36 "postcss": "^8.5.9", 37 "tailwindcss": "^3.4.19", 38 "tailwindcss-animate": "^1.0.7", 39 "typescript": "~6.0.2", 40 "typescript-eslint": "^8.58.0", 41 "vite": "^7.3.2", 42 "vite-plugin-pwa": "^1.2.0" 43 } 44}