-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
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
41
42
43
44
{
"name": "i-know",
"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.8.4",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"lyrics-finder": "^21.7.0",
"music-lyrics": "^2.0.2",
"next": "12.2.3",
"next-auth": "^4.10.3",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-spinners": "^0.13.3",
"react-spotify-web-playback": "^0.10.0",
"sass": "^1.54.0",
"spotify-web-api-node": "^5.0.2",
"swiper": "^8.3.2",
"tailwind-scrollbar-hide": "^1.1.7",
"use-debounce": "^8.0.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"autoprefixer": "^10.4.8",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.16",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.8"
}
}