-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.58 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
{
"name": "portfolio-kurt-schambach",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format": "biome format --write .",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "2.51.0",
"@types/react": "19.1.8",
"@vercel/analytics": "1.5.0",
"contentlayer2": "0.5.8",
"esbuild": "0.25.6",
"feed": "^5.1.0",
"lucide-react": "0.525.0",
"mdx-bundler": "^10.1.1",
"next": "15.4.8",
"next-contentlayer2": "0.5.8",
"react": "19.1.0",
"reading-time": "1.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-pretty-code": "0.14.1",
"rehype-slug": "6.0.0",
"remark": "^15.0.1",
"remark-gfm": "4.0.1",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@catppuccin/tailwindcss": "0.1.6",
"@tailwindcss/postcss": "4.1.11",
"@typescript-eslint/eslint-plugin": "8.37.0",
"@typescript-eslint/parser": "8.37.0",
"autoprefixer": "10.4.21",
"eslint": "9.31.0",
"eslint-config-next": "15.4.1",
"postcss-import": "16.1.1",
"postcss-nesting": "13.0.2",
"tailwindcss": "4.1.11",
"typescript": "5.8.3"
},
"pnpm": {
"overrides": {
"@opentelemetry/api": "1.4.1",
"@opentelemetry/core": "1.13.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.39.1",
"@opentelemetry/resources": "1.13.0",
"@opentelemetry/sdk-trace-base": "1.13.0",
"@opentelemetry/sdk-trace-node": "1.13.0",
"@opentelemetry/semantic-conventions": "1.13.0"
}
}
}