-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.83 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
{
"name": "eckertalex.dev",
"version": "7.1.0",
"author": {
"name": "Alexander Eckert",
"email": "[email protected]",
"url": "https://eckertalex.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/eckertalex/eckertalex.dev.git"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preview": "next build && next start",
"lint": "next lint --fix",
"typecheck": "tsc --noEmit",
"format": "prettier --write . --cache",
"validate": "pnpm typecheck && pnpm lint && pnpm format"
},
"dependencies": {
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-slot": "1.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"contentlayer": "0.3.4",
"date-fns": "4.1.0",
"lucide-react": "0.447.0",
"next": "14.2.14",
"next-contentlayer": "0.3.4",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rss": "1.2.2",
"sharp": "0.33.5",
"tailwind-merge": "2.5.3",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/rss": "0.0.32",
"@typescript-eslint/parser": "8.8.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rehype-autolink-headings": "6.1.1",
"rehype-pretty-code": "0.10.0",
"rehype-slug": "5.1.0",
"remark-gfm": "3.0.1",
"shiki": "0.14.3",
"tailwindcss": "3.4.13",
"typescript": "5.5.4"
},
"engines": {
"node": "20"
},
"packageManager": "[email protected]"
}