forked from StreamAble-Team/streamable-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1001 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1001 Bytes
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
{
"name": "streamable-next",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.2.4",
"@splidejs/react-splide": "^0.7.12",
"@vercel/og": "^0.4.0",
"@vidstack/react": "^0.3.2",
"axios": "0.27.2",
"cheerio": "^1.0.0-rc.12",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"hls.js": "^1.3.4",
"lit": "^2.6.1",
"next": "13.2.4",
"next-sitemap": "^4.0.5",
"nextjs-progressbar": "^0.0.16",
"polished": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.3.8",
"react-icons": "^4.8.0",
"react-select": "^5.7.0",
"sanitize-html": "^2.10.0",
"sharp": "^0.31.3",
"styled-components": "^6.0.0-beta.9",
"swr": "^2.1.0",
"vidstack": "^0.3.2",
"webvtt-parser": "^2.2.0"
}
}