mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
feat: snappier feel
- adds transitions on page load with starting-style - change header's feel (unintentional but like iOS 26) - change some colors about
This commit is contained in:
parent
e3d41cf239
commit
15dfd08c20
14 changed files with 246 additions and 178 deletions
14
package.json
14
package.json
|
|
@ -10,21 +10,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@astrojs/svelte": "^7.2.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.14",
|
||||
"astro": "^5.14.3",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"astro": "^5.15.7",
|
||||
"d3-scale": "^4.0.2",
|
||||
"layerchart": "2.0.0-next.40",
|
||||
"svelte": "^5.39.11",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"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.1.9"
|
||||
"vite": "^7.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue