TwitchClone / package.json
package.json
Raw
{
  "name": "TwitchClone",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "build": "next build",
    "dev": "next dev",
    "postinstall": "prisma generate",
    "lint": "next lint",
    "start": "next start"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.7",
    "@headlessui/tailwindcss": "^0.1.2",
    "@heroicons/react": "^2.0.13",
    "@mux/mux-node": "^7.3.0",
    "@mux/mux-player": "^1.9.0",
    "@mux/mux-player-react": "^1.9.0",
    "@mux/upchunk": "^3.1.0",
    "@next-auth/prisma-adapter": "^1.0.5",
    "@prisma/client": "^4.8.0",
    "@tailwindcss/forms": "^0.5.3",
    "@tanstack/react-query": "^4.20.0",
    "@trpc/client": "^10.8.1",
    "@trpc/next": "^10.8.1",
    "@trpc/react-query": "^10.8.1",
    "@trpc/server": "^10.8.1",
    "daisyui": "^2.47.0",
    "express": "^4.18.2",
    "next": "13.1.2",
    "next-auth": "^4.20.1",
    "nextjs-cors": "^2.1.2",
    "pusher": "^5.1.2",
    "pusher-js": "^8.0.2",
    "react": "18.2.0",
    "react-color": "^2.19.3",
    "react-daisyui": "^3.0.2",
    "react-dom": "18.2.0",
    "react-stacked-center-carousel": "^1.0.12",
    "sharp": "^0.32.1",
    "superjson": "1.9.1",
    "swr": "^2.1.2",
    "tailwind-scrollbar-hide": "^1.1.7",
    "tw-elements": "^1.0.0-alpha13",
    "uuid": "^9.0.0",
    "video.js": "^8.0.4",
    "ws": "^8.13.0",
    "zod": "^3.20.2"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "@types/prettier": "^2.7.2",
    "@types/react": "^18.0.26",
    "@types/react-color": "^3.0.6",
    "@types/react-dom": "^18.0.10",
    "@types/uuid": "^9.0.1",
    "@types/ws": "^8.5.4",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^5.47.1",
    "autoprefixer": "^10.4.7",
    "eslint": "^8.30.0",
    "eslint-config-next": "13.1.2",
    "postcss": "^8.4.14",
    "prettier": "^2.8.1",
    "prettier-plugin-tailwindcss": "^0.2.1",
    "prisma": "^4.8.0",
    "tailwindcss": "^3.2.4",
    "typescript": "^4.9.4"
  },
  "ct3aMetadata": {
    "initVersion": "7.3.2"
  }
}