-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 866 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
{
"name": "spotify-app-peter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@reduxjs/toolkit": "^1.6.1",
"@uiball/loaders": "^1.2.6",
"country-data": "^0.0.31",
"next": "12.1.6",
"next-auth": "4.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^5.3.4",
"react-redux": "^7.2.5",
"react-tooltip": "^5.11.2"
},
"devDependencies": {
"@heroicons/react": "2.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"react-social-icons": "^5.15.0",
"recoil": "^0.5.2",
"spotify-web-api-node": "^5.0.2",
"tailwindcss": "^3.2.4"
}
}