-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "chzzk-follor-live",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.3",
"chart.js": "^4.4.4",
"chzzk": "^1.10.3",
"next": "14.2.5",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-odometerjs": "^3.1.3",
"react-powerglitch": "^1.0.3",
"react-query": "^3.39.3",
"react-snowfall": "^2.1.1",
"react-use": "^17.5.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}