-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 KB
/
package.json
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
{
"name": "streaming-service",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@mui/icons-material": "^5.6.0",
"@mui/joy": "^5.0.0-alpha.65",
"@mui/material": "^5.8.0",
"@next/bundle-analyzer": "^13.3.1",
"@next/font": "13.1.5",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"fluent-ffmpeg": "^2.1.2",
"framer-motion": "^8.5.3",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1",
"mux.js": "^6.3.0",
"next": "13.1.5",
"next-auth": "^4.18.10",
"nextjs-progressbar": "^0.0.16",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-youtube": "^10.1.0",
"sass": "^1.57.1",
"shaka-player": "^4.3.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27"
}
}