website/package.json
ndsboy 340d6d4919
All checks were successful
deploy / deploy (push) Has been skipped
feat: tailwind 4 daisyui 5
2025-03-03 22:17:08 +00:00

27 lines
633 B
JSON

{
"name": "@swablab/website",
"private": true,
"scripts": {
"install": "deno install -q",
"check": "astro check",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/ubuntu-sans": "^5.2.5",
"@iconify-json/ph": "^1.2.2",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.4.1",
"daisyui": "^5.0.0"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"endOfLine": "lf"
}
}