website/package.json
trafficlunar 15dfd08c20 feat: snappier feel
- adds transitions on page load with starting-style
- change header's feel (unintentional but like iOS 26)
- change some colors about
2025-11-14 22:22:06 +00:00

30 lines
699 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.15.7",
"d3-scale": "^4.0.2",
"layerchart": "2.0.0-next.43",
"svelte": "^5.43.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/d3-scale": "^4.0.9",
"vite": "^7.2.2"
}
}