-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "rhythm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"types": "npx supabase gen types typescript --project-id xjhwxeroazisrpjjskgz --schema public > database.types.ts"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.59.8",
"@tanstack/react-query-devtools": "^5.59.16",
"@types/spotify-api": "^0.0.25",
"@types/swiper": "^6.0.0",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.9",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-horizontal-scrolling-menu": "^8.1.0",
"react-icons": "^5.3.0",
"react-spotify-web-playback": "^0.14.4",
"react-toastify": "^10.0.6",
"swiper": "^11.1.14",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}