-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
45
{
"name": "Podcastic",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@supabase/supabase-js": "^2.48.0",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-query": "^5.64.2",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.4",
"@vercel/analytics": "^1.4.1",
"autoprefixer": "^10.4.12",
"clsx": "^2.1.0",
"isomorphic-dompurify": "^2.20.0",
"next": "^14.2.23",
"react": "^18.2.0",
"react-aria": "^3.19.0",
"react-dom": "^18.2.0",
"react-stately": "^3.17.0",
"rss-to-json": "^2.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"valibot": "^0.25.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.64.2",
"chalk": "4",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.23",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "0.33.1"
}
}