-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1006 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
{
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@headlessui/react": "^1.6.6",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/spotify-web-api-node": "^5.0.7",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"date-fns": "^2.29.1",
"genius-lyrics-api": "^3.2.0",
"next-auth": "^4.10.3",
"next-themes": "^0.2.0",
"phosphor-react": "^1.4.1",
"postcss": "^8.4.14",
"react-hook-form": "^7.34.2",
"react-palette": "^1.0.2",
"spotify-web-api-js": "^1.5.2",
"spotify-web-api-node": "^5.0.2",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2",
"zustand": "^4.0.0"
}
}