-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.23 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
46
47
48
49
{
"name": "timmo.dev",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-navigation-menu": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@t3-oss/env-nextjs": "0.11.1",
"@vercel/analytics": "1.4.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"framer-motion": "11.12.0",
"geist": "1.3.1",
"lucide-react": "0.462.0",
"next": "15.0.3",
"next-themes": "0.3.0",
"octokit": "4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7",
"zod": "3.23.8"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.8.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.15",
"typescript": "5.7.2"
},
"ct3aMetadata": {
"initVersion": "7.36.2"
}
}