mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 15:29:11 +00:00
feat: implement @vercel/analytics and web-vitals dependencies
This commit is contained in:
parent
7d70f2d2ed
commit
2f6387df2c
4 changed files with 122 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
|||
"vite": "^5.0.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vercel/analytics": "^1.1.1",
|
||||
"bits-ui": "^0.14.0",
|
||||
"clsx": "^2.1.0",
|
||||
"lucide-svelte": "^0.309.0",
|
||||
|
@ -45,7 +46,8 @@
|
|||
"radix-icons-svelte": "^1.2.1",
|
||||
"svelte-wrap-balancer": "^0.0.4",
|
||||
"tailwind-merge": "^2.2.0",
|
||||
"tailwind-variants": "^0.1.20"
|
||||
"tailwind-variants": "^0.1.20",
|
||||
"web-vitals": "^3.5.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,svelte,css,scss,postcss,md,json}": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue