-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
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
{
"name": "music-player",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.70.0",
"next": "15.2.4",
"next-svgr": "^0.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-slick": "^0.30.3",
"react-youtube": "^10.1.0",
"slick-carousel": "^1.8.1",
"tailwind-scrollbar-hide": "^2.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "22.13.14",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4"
}
}