27 lines
No EOL
629 B
JSON
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.15",
|
|
"astro": "^5.5.4",
|
|
"daisyui": "^5.0.9",
|
|
"tailwindcss": "^4.0.14"
|
|
},
|
|
"prettier": {
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"endOfLine": "lf"
|
|
}
|
|
} |