-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "spotify-player",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003 --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"server": "nodemon server.js"
},
"dependencies": {
"@distube/ytdl-core": "^4.15.1",
"@vercel/analytics": "^1.3.1",
"@ybd-project/ytdl-core": "^5.1.9-2",
"axios": "^1.5.0",
"eslint": "8.48.0",
"eslint-config-next": "^14.1.0",
"i18next": "^23.15.2",
"jsonwebtoken": "^9.0.2",
"lz-string": "^1.5.0",
"mysql2": "^3.6.5",
"next": "^14.1.0",
"next-i18next": "^15.3.1",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "6.0.7",
"youtube-search-api": "^1.2.1",
"ytdl-core": "^4.11.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"next-pwa": "^5.6.0"
},
"peerDependencies": {
"styled-components": "6.0.7"
}
}