-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 856 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "2.1.3",
"@upstash/redis": "1.31.3",
"@vercel/analytics": "1.3.1",
"axios": "1.7.2",
"cheerio": "1.0.0-rc.12",
"cloudscraper": "4.6.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"date-fns-tz": "3.1.3",
"just-safe-get": "4.2.0",
"lodash.inrange": "3.3.6",
"lodash.round": "4.0.4",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"daisyui": "4.12.2",
"postcss": "8.4.38",
"tailwindcss": "3.4.4",
"typescript": "5.4.5"
}
}