-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 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
{
"name": "spotify-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/react": "^17.0.2",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"next": "10.0.8",
"next-auth": "^3.11.0",
"nextjs-redirect": "^5.0.2",
"nookies": "^2.5.2",
"qs": "^6.10.1",
"react": "17.0.1",
"react-burger-menu": "^3.0.6",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"react-query": "^3.23.2",
"request": "^2.88.2",
"sass": "^1.37.5",
"styled-components": "^5.2.1",
"swr": "^0.4.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"@types/node": "^17.0.17",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.2.3"
}
}