-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
45
46
47
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@upstash/redis": "^1.35.5",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"framer-motion": "^12.17.0",
"highlight.js": "^11.11.1",
"ioredis": "^5.8.1",
"lucide-react": "^0.514.0",
"mongodb": "^6.17.0",
"next": "^15.4.8",
"next-auth": "^4.24.11",
"next-sitemap": "^4.2.3",
"react": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-simple-typewriter": "^5.0.1",
"spotify-web-api-node": "^5.0.2",
"tailwind-merge": "^3.4.0",
"uuid": "^11.1.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19.1.8",
"@types/ws": "^8.18.1",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"sharp": "^0.34.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}