1
0
Fork 0
forked from swablab/website
website/package.json
2025-02-22 18:07:31 +00:00

31 lines
754 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",
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/ubuntu-sans": "^5.1.0",
"@iconify-json/ph": "^1.2.1",
"@iconify/tailwind": "^1.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.6",
"astro": "^5.0.3",
"daisyui": "^4.12.14",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"endOfLine": "lf"
}
}