-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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-dl-web",
"repository": "https://github.com/saanuregh/youtube-dl-web.git",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --ext .js --fix"
},
"dependencies": {
"content-disposition": "^0.5.3",
"execa": "^5.1.1",
"ffmpeg-static": "^4.2.7",
"next": "^11.0.0",
"next-absolute-url": "^1.2.2",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"pretty-ms": "^7.0.1",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scrollbars-custom": "^4.0.25"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.16",
"eslint": "^7.11.0",
"eslint-config-galex": "^2.5.11",
"eslint-config-next": "^11.0.0",
"eslint-plugin-prettier": "^3.4.0",
"postcss": "^8.3.5",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^2.2.2"
},
"license": "MIT"
}