Files
website/package.json

34 lines
783 B
JSON
Raw Normal View History

2024-03-09 22:41:35 +00:00
{
2025-08-03 23:02:35 +01:00
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2026-01-25 00:45:05 +00:00
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
2025-08-03 23:02:35 +01:00
"@tailwindcss/vite": "^4.1.11",
2026-01-25 00:45:05 +00:00
"astro": "^5.16.15",
"rehype-mermaid": "^3.0.0",
2025-08-03 23:02:35 +01:00
"tailwindcss": "^4.1.11",
"typescript": "^5.4.2"
},
"devDependencies": {
"@catppuccin/tailwindcss": "1.0.0",
"@flydotio/dockerfile": "latest",
"@tailwindcss/typography": "^0.5.10",
2026-01-25 00:45:05 +00:00
"playwright": "^1.58.0",
2025-08-03 23:02:35 +01:00
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}