-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.12 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "konstantin.digital",
"version": "0.1.0",
"private": true,
"author": {
"name": "Konstantin Münster",
"email": "mail@konstantin.digital",
"url": "https://konstantin.digital"
},
"scripts": {
"dev": "contentlayer dev & next dev",
"build": "next build",
"postbuild": "next-sitemap && node scripts/rss.mjs",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/(*.js|*.ts|*.yml|*.tsx|*.md|*.json)\""
},
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@headlessui/react": "^1.7.15",
"bright": "^0.8.2",
"clsx": "^1.2.1",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"feed": "^4.2.2",
"lucide-react": "^0.259.0",
"next": "^14.0.4",
"next-contentlayer": "^0.3.4",
"next-plausible": "^3.10.0",
"next-sitemap": "^4.1.8",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-medium-image-zoom": "^5.1.8",
"react-player": "^2.13.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.3"
},
"devDependencies": {
"@kmuenster/prettier-config": "^1.0.1",
"@lhci/cli": "^0.12.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.4.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"eslint-config-prettier": "^8.8.0",
"nodemon": "^3.0.2",
"postcss": "8.4.25",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwind-variants": "^0.1.10",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
},
"resolutions": {
"@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"
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=18.0.0"
}
}