-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
39
40
{
"name": "next-guid",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^4.2.1",
"axios": "^0.27.2",
"axios-auth-refresh": "^3.3.1",
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"cookie": "^0.5.0",
"cookies": "^0.8.0",
"musixmatch": "^0.1.6",
"next": "^13.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.0",
"request": "^2.88.2",
"sass": "^1.53.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/cookies": "^0.7.7",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/request": "^2.48.8",
"@types/spotify-web-playback-sdk": "^0.1.12",
"eslint": "8.20.0",
"eslint-config-next": "^13.0.3",
"typescript": "4.7.4"
}
}