-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 852 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
35
{
"name": "my-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "14.1.4",
"@types/node": "20.12.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spotify-web-playback": "^0.14.4",
"react-timer-hook": "^3.0.7",
"react-wavify": "^1.10.0",
"spotify-web-api-node": "^5.0.2",
"typescript": "5.4.3"
},
"devDependencies": {
"@types/spotify-web-api-node": "^5.0.11",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}