aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bcece2d2d084c710412622cc1a906b8dd3ab7b83 (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
{
  "name": "dramalama-next",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@supabase/supabase-js": "^2.40.0",
    "@vercel/analytics": "^1.2.2",
    "@vercel/postgres": "^0.7.2",
    "@vercel/speed-insights": "^1.0.10",
    "@vidstack/react": "^1.10.9",
    "child_process": "^1.0.2",
    "hls.js": "^1.5.7",
    "media-icons": "^1.1.2",
    "next": "^14.1.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-google-recaptcha": "^3.1.0",
    "react-icons": "^5.0.1",
    "react-player": "^2.15.1",
    "react-router-dom": "^6.22.3",
    "say": "^0.16.0",
    "sharp": "^0.33.3"
  },
  "devDependencies": {
    "@types/node": "20.11.28",
    "@types/react": "18.2.66",
    "eslint": "^8",
    "eslint-config-next": "^14.1.4"
  }
}