Files
website/package.json

31 lines
770 B
JSON
Raw Normal View History

2024-03-09 22:41:35 +00: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": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.4.15",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"devDependencies": {
2024-05-14 00:01:06 +01:00
"@catppuccin/tailwindcss": "^0.1.6",
2024-03-09 22:58:59 +00:00
"@flydotio/dockerfile": "latest",
2024-03-09 22:41:35 +00:00
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.2.5",
2025-01-05 00:41:05 +00:00
"prettier-plugin-astro": "^0.13.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
2024-03-09 22:41:35 +00:00
}
}