-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "ctreffos-website-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "5.0.3",
"@astrojs/react": "4.4.2",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "3.7.2",
"@date-fns/tz": "^1.4.1",
"@date-fns/utc": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ical-generator": "^10.1.0",
"lucide-react": "^0.577.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/markdown-it": "^14",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2",
"markdown-it": "^14.1.1",
"prettier": "3.8.1",
"rehype-external-links": "^3.0.0",
"sanitize-html": "^2.17.1"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=24"
}
}