-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.26 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": "koenvangilst.nl",
"version": "6.0.0",
"description": "Koen van Gilst's personal website",
"private": true,
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "2.46.2",
"@tailwindcss/typography": "0.5.15",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/react": "18.3.13",
"autoprefixer": "10.4.20",
"d3": "^7.9.0",
"d3-hexbin": "^0.2.2",
"echarts": "5.5.1",
"esbuild": "0.24.0",
"eslint-config-next": "14.2.19",
"eslint-plugin-simple-import-sort": "12.1.1",
"gray-matter": "4.0.3",
"lodash": "4.17.21",
"mdx-bundler": "10.0.3",
"next": "14.2.19",
"plausible-tracker": "^0.3.9",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"reading-time": "1.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-code-titles": "1.2.0",
"rehype-prism-plus": "2.0.0",
"rehype-slug": "6.0.0",
"rss": "1.2.2",
"sharp": "0.33.5",
"swr": "^2.2.5",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"zod": "3.23.8",
"zustand": "4.5.5"
}
}