aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: fa51c118d97049a0921bd015cc1bb140d6947541 (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
{
  "name": "dramalama-next",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@vidstack/react": "^1.10.9",
    "hls.js": "^1.5.7",
    "next": "14.1.3",
    "react": "^18",
    "react-dom": "^18",
    "react-icons": "^5.0.1",
    "react-player": "^2.15.1",
    "react-router-dom": "^6.22.3"
  },
  "devDependencies": {
    "@types/node": "20.11.28",
    "@types/react": "18.2.66",
    "eslint": "^8",
    "eslint-config-next": "14.1.3"
  }
}