aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 59e73cbc177ec449d75f27fea466134e329b2517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "moopa",
  "version": "4.4.1",
  "private": true,
  "founder": "Factiven",
  "scripts": {
    "dev": "next dev",
    "build": "npx prisma migrate deploy && npx prisma generate && next build",
    "export": "next build && next export",
    "start": "next start",
    "type-check": "tsc",
    "lint": "next lint"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.15",
    "@heroicons/react": "^2.0.17",
    "@prisma/client": "^5.3.1",
    "@vercel/og": "^0.5.4",
    "@vidstack/react": "^1.9.8",
    "axios": "^1.4.0",
    "cookies": "^0.8.0",
    "cron": "^2.4.0",
    "disqus-react": "^1.1.5",
    "framer-motion": "^8.5.0",
    "graphql": "^15.8.0",
    "hls.js": "^1.4.12",
    "ioredis": "^5.3.2",
    "jsonwebtoken": "^9.0.2",
    "media-icons": "^1.0.0",
    "next": "^13.5.5",
    "next-auth": "^4.24.5",
    "next-pwa": "^5.6.0",
    "nextjs-progressbar": "^0.0.16",
    "rate-limiter-flexible": "^3.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-icons": "^4.7.1",
    "react-loading-skeleton": "^3.2.0",
    "react-use-draggable-scroll": "^0.4.7",
    "sharp": "^0.32.6",
    "sonner": "^1.0.3",
    "tailwind-scrollbar-hide": "^1.1.7",
    "workbox-webpack-plugin": "^7.0.0"
  },
  "devDependencies": {
    "@types/cookies": "^0.7.10",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/node": "^20.8.10",
    "@types/react": "^18.2.33",
    "autoprefixer": "^10.4.14",
    "depcheck": "^1.4.3",
    "eslint": "^8.38.0",
    "eslint-config-next": "^13.5.2",
    "prisma": "^5.3.1",
    "tailwind-scrollbar": "^2.1.0",
    "tailwindcss": "^3.3.1",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "^5.2.2"
  }
}