website/package.json
trafficlunar c7b1565d48 feat: improve performance and accessibility a bit
- compress images using webp
- add aria-labels and aria-hidden to some elements
- add robots.txt
- update packages
2025-12-02 19:51:41 +00:00

32 lines
755 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.2",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@indiefellas/astro-adapter-nekoweb": "^3.7.1",
"@swup/astro": "^1.7.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.3",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"layerchart": "^2.0.0-next.43",
"svelte": "^5.45.3",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.7",
"vite": "^7.2.6"
}
}