gallery.badmanners.xyz/package.json
2024-03-20 00:56:57 -03:00

25 lines
627 B
JSON

{
"name": "gallery-badmanners-xyz",
"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.9",
"@astrojs/rss": "^4.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^0.4.0",
"@fontsource-variable/noto-serif": "^5.0.5",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.5.4",
"date-fns": "^3.5.0",
"github-slugger": "^2.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}