-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.18 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "spotify-next",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@vercel/speed-insights": "^1.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"colorthief": "^2.4.0",
"embla-carousel-react": "8.0.0-rc17",
"embla-carousel-wheel-gestures": "8.0.0-rc05",
"jsdom": "^23.0.1",
"lodash": "^4.17.21",
"lucide-react": "^0.294.0",
"next": "14.0.3",
"next-auth": "^4.24.5",
"next-pwa": "^5.6.0",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-resizable-panels": "^1.0.4",
"sass": "^1.62.0",
"sharp": "^0.33.1",
"spotify-web-api-node": "^5.0.2",
"tailwind-merge": "^2.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0",
"ytmusic-api": "^5.2.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/spotify-web-api-node": "^5.0.11",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"postcss-nesting": "^12.0.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.4"
}
}