-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-hover-card": "^1.1.1",
"aceternity-ui": "^0.2.2",
"axios": "^0.26.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.0.0",
"framer-motion": "^11.5.4",
"lucide-react": "^0.439.0",
"next": "^12.2.5",
"node-spotify-api": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.10.1",
"spotify-web-api-node": "^5.0.2",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.5",
"@types/spotify-web-api-node": "^5.0.7",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.3.2",
"typescript": "4.7.4"
}
}