-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "plett.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"packageManager": "pnpm@9.12.0",
"type": "module",
"dependencies": {
"@floating-ui/react": "^0.26.28",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@upstash/redis": "^1.34.3",
"@vercel/functions": "^3.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"ipaddr.js": "^2.2.0",
"lucide-react": "^0.447.0",
"next": "16.0.7",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.7.15",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-intersection-observer": "^9.13.1",
"react-use": "^17.5.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"soccer-football": "^1.0.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/node": "^20.17.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/rss": "^0.0.32",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}