-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 984 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
40
{
"name": "spotify-downloader",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"deploy": "npm run build && npm run start",
"lint": "next lint"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"axios": "^1.6.7",
"browser-id3-writer": "^6.1.0",
"express": "^4.18.2",
"filenamify": "^6.0.0",
"framer-motion": "^11.0.6",
"fs": "^0.0.1-security",
"jszip": "^3.10.1",
"next": "^14.1.0",
"node-id3": "^0.2.6",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"sharp": "^0.33.2",
"uuid": "^9.0.1",
"youtube-sr": "^4.3.10",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}