website/package.json
ndsboy 53c35ea6e2
All checks were successful
deploy / deploy (push) Successful in 22s
feat: update deps
2025-05-08 19:15:42 +00:00

27 lines
631 B
JSON

{
"name": "@swablab/website",
"private": true,
"scripts": {
"check": "astro check",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.3.1",
"@fontsource-variable/ubuntu-sans": "^5.2.7",
"@iconify-json/ph": "^1.2.2",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.12",
"daisyui": "^5.0.35",
"tailwindcss": "^4.0.14"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"endOfLine": "lf"
}
}