-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.25 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.25 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "jsantanders.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true next build",
"lint": "biome check --write . --no-errors-on-unmatched",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.17.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^5.51.1",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.408.0",
"mafs": "^0.16.0",
"minisearch": "^7.0.2",
"next": "14.2.35",
"next-intl": "^3.17.0",
"next-themes": "^0.3.0",
"react": "^18",
"react-activity-calendar": "^2.3.5",
"react-dom": "^18",
"react-tooltip": "^5.28.0",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@content-collections/core": "^0.12.0",
"@content-collections/next": "^0.2.9",
"@next/bundle-analyzer": "^14.2.5",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@types/hast": "^3.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"esbuild": "^0.25.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"image-size": "^1.2.1",
"lefthook": "^1.7.5",
"mdx-bundler": "^10.0.2",
"postcss": "^8",
"prisma": "^5.17.0",
"reading-time": "^1.5.0",
"rehype-citation": "^2.0.0",
"rehype-katex": "^7.0.0",
"rehype-mdx-import-media": "^1.2.0",
"rehype-preset-minify": "^7.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.2",
"zod": "^4.2.1"
}
}