website/package.json
ndsboy 4211805918
Some checks failed
deploy / deploy (push) Failing after 1m56s
feat: use pnpm
2025-03-19 19:54:02 +00:00

27 lines
No EOL
629 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.0",
"@fontsource-variable/ubuntu-sans": "^5.2.6",
"@iconify-json/ph": "^1.2.2",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.14",
"astro": "^5.5.3",
"daisyui": "^5.0.6",
"tailwindcss": "^4.0.14"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"endOfLine": "lf"
}
}