-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 969 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"https-proxy-agent": "^5.0.1",
"libass-wasm": "^4.0.0",
"next": "latest",
"next-svgr": "^0.0.2",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"ytdl-core": "^4.10.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/fontfaceobserver": "^2.1.0",
"@types/node": "17.0.4",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"copy-webpack-plugin": "^10.2.4",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4",
"webpack": "^5.72.0"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
}
}