mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
97 lines
2.9 KiB
JSON
97 lines
2.9 KiB
JSON
{
|
|
"name": "@hctv/web",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dd": "docker compose --file ../../dev/docker-compose.yml up -d",
|
|
"dev": "next dev --turbo -H 0.0.0.0",
|
|
"donly": "docker compose --file ../../dev/docker-compose.yml up",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"ui:add": "shadcn add",
|
|
"check-types": "tsc --noEmit",
|
|
"genMtxTypes": "bunx openapi-typescript https://github.com/bluenviron/mediamtx/raw/refs/tags/v1.15.5/api/openapi.yaml -o ./src/lib/types/mediamtx.d.ts"
|
|
},
|
|
"dependencies": {
|
|
"@hctv/auth": "workspace:*",
|
|
"@hctv/db": "workspace:*",
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@lucia-auth/adapter-prisma": "^4.0.1",
|
|
"@node-rs/argon2": "^2.0.2",
|
|
"@omit/react-confirm-dialog": "^1.2.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.1.4",
|
|
"@radix-ui/react-dialog": "^1.1.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-hover-card": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-popover": "^1.1.5",
|
|
"@radix-ui/react-select": "^2.1.5",
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@scalar/api-reference-react": "^0.7.42",
|
|
"@sentry/nextjs": "^10",
|
|
"@slack/web-api": "^7.9.1",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"@uploadthing/react": "^7.3.1",
|
|
"ajv": "^8.17.1",
|
|
"arctic": "^3.7.0",
|
|
"bullmq": "^5.45.2",
|
|
"cheerio": "^1.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.0",
|
|
"cmdk": "1.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"hls-video-element": "^1.5.0",
|
|
"hls.js": "^1.6.15",
|
|
"lucia": "^3.2.2",
|
|
"lucide-react": "^0.473.0",
|
|
"media-chrome": "^4.8.0",
|
|
"next": "^16.1.0",
|
|
"next-themes": "^0.4.4",
|
|
"node-cron": "^3.0.3",
|
|
"nuqs": "^2.4.3",
|
|
"pg": "^8.14.1",
|
|
"pg-boss": "^10.1.6",
|
|
"react": "^19.2.3",
|
|
"react-day-picker": "^9.13.0",
|
|
"react-dom": "^19.2.3",
|
|
"react-hook-form": "^7.54.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-react": "^8.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"sharp": "^0.34.3",
|
|
"sonner": "^1.4.41",
|
|
"swr": "^2.3.0",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unified": "^11.0.5",
|
|
"uploadthing": "^7.7.2",
|
|
"util-utils": "^1.0.3",
|
|
"valtio": "^2.1.2",
|
|
"ws": "^8.18.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/ws": "^8.18.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.1.3",
|
|
"postcss": "^8",
|
|
"shadcn": "^2.7.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|