-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 973 Bytes
/
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
{
"name": "youtube-downloader",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"fluent-ffmpeg": "^2.1.2",
"next": "12.1.6",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"sweetalert2": "^11.4.17",
"sweetalert2-react-content": "^5.0.0",
"swr": "^1.3.0",
"ytdl-core": "^4.11.0",
"ytsr": "^3.8.0"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.20",
"@types/node": "17.0.41",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
}
}